gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 88/189: fix build


From: gnunet
Subject: [taler-grid5k] 88/189: fix build
Date: Thu, 28 Apr 2022 10:47:38 +0200

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit ad39860f608e8f6aa5567227d0aa8fa663dccde0
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Thu Mar 17 13:29:24 2022 +0100

    fix build
---
 docker/entrypoint.sh      |  8 ++++----
 image/taler-debian11.yaml | 10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh
index 1087d0a..21ecd8f 100644
--- a/docker/entrypoint.sh
+++ b/docker/entrypoint.sh
@@ -102,10 +102,10 @@ then
              merchant_commit_sha:${MERCHANT_COMMIT_SHA:-master} \
              wallet_commit_sha:${WALLET_COMMIT_SHA:-master} \
             grid5k_commit_sha:${GRID5K_COMMIT_SHA:-master} \
-            libmicrohttpd_cflags:${LIBMICROHTTPD_CFLAGS:-"-O2"} \
-            gnunet_cflags:${GNUNET_CFLAGS:-"-O2"} \
-            exchange_cflags:${EXCHANGE_CFLAGS:-"-O2"} \
-            merchant_cflags:${MERCHANT_CFLAGS:-"-O2"} \
+            libmicrohttpd_cflags:"${LIBMICROHTTPD_CFLAGS:--O2}" \
+            gnunet_cflags:"${GNUNET_CFLAGS:--O2}" \
+            exchange_cflags:"${EXCHANGE_CFLAGS:--O2}" \
+            merchant_cflags:"${MERCHANT_CFLAGS:--O2}" \
              g5k_user:${GRID5K_USER} \
        | tee build.log
   mv /tmp/taler-debian11 ${TALER_HOME}
diff --git a/image/taler-debian11.yaml b/image/taler-debian11.yaml
index 3eaa831..9031e5f 100644
--- a/image/taler-debian11.yaml
+++ b/image/taler-debian11.yaml
@@ -91,14 +91,14 @@ setup:
 
          # We need sudo, otherwise we'll get a strange error
          sudo ./bootstrap
-         CFLAGS="$${libmicrohttpd_cflags}" ./configure 
--enable-logging=verbose --prefix=/usr # --enable-sanitizer 
+         CFLAGS=$${libmicrohttpd_cflags} ./configure --enable-logging=verbose 
--prefix=/usr # --enable-sanitizer
          make || true
          make install
          ldconfig
 
     - gnunet: 
       - exec_in: |
-         cd $${taler_path} 
+         cd $${taler_path}
 
          git clone https://git.gnunet.org/gnunet.git
          cd gnunet
@@ -107,7 +107,7 @@ setup:
 
          # We need sudo, otherwise we'll get a strange error
          sudo ./bootstrap
-         CFLAGS="$${gnunet_cflags}" ./configure --enable-logging=verbose 
--prefix=/usr --enable-poisoning=false # --enable-sanitizer 
+         CFLAGS=$${gnunet_cflags} ./configure --enable-logging=verbose 
--prefix=/usr --enable-poisoning=false # --enable-sanitizer
          make || true
          make install
          ldconfig
@@ -125,7 +125,7 @@ setup:
 
          # We need sudo, otherwise we'll get a strange error
          sudo ./bootstrap
-         CFLAGS="$${exchange_cflags}" ./configure --enable-logging=verbose 
--prefix=/usr # --enable-sanitizer
+         CFLAGS=$${exchange_cflags} ./configure --enable-logging=verbose 
--prefix=/usr # --enable-sanitizer
          make || true
          make install
          ldconfig
@@ -141,7 +141,7 @@ setup:
 
          # We need sudo, otherwise we'll get a strange error
          sudo ./bootstrap
-         CFLAGS="$${merchant_cflags}" ./configure --enable-logging=verbose 
--prefix=/usr # --enable-sanitizer
+         CFLAGS=$${merchant_cflags} ./configure --enable-logging=verbose 
--prefix=/usr # --enable-sanitizer
          make || true
          make install
          ldconfig

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]