gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: guix-env.scm: Commit my loc


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: guix-env.scm: Commit my local changes
Date: Sun, 01 Apr 2018 12:17:16 +0200

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1c8221b08 guix-env.scm: Commit my local changes
1c8221b08 is described below

commit 1c8221b08904f8c8b9aefd5e2aeec648bcc7e1e4
Author: Nils Gillmann <address@hidden>
AuthorDate: Sun Apr 1 10:17:30 2018 +0000

    guix-env.scm: Commit my local changes
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 guix-env.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/guix-env.scm b/guix-env.scm
index 5f9929940..b1a5f94c6 100644
--- a/guix-env.scm
+++ b/guix-env.scm
@@ -122,12 +122,13 @@
          ("libtool" ,libtool)))
       (outputs '("out" "debug"))
       (arguments
-       `(#:configure-flags
-         (list (string-append "--with-nssdir=" %output "/lib")
+       `(;#:configure-flags
+         ;;(list (string-append "--with-nssdir=" %output "/lib")
                ;;"--enable-gcc-hardening"
                ;;"--enable-linker-hardening"
-               "--enable-logging=verbose"
-               "CFLAGS=-ggdb -O0")
+               ;;;;"--enable-documentation-only")
+               ;;;"--enable-logging=verbose"
+               ;;;"CFLAGS=-ggdb -O0")
          #:phases
          ;; swap check and install phases and set paths to installed bin
          (modify-phases %standard-phases
@@ -141,6 +142,9 @@
            (add-after 'patch-bin-sh 'bootstrap
              (lambda _
                (zero? (system* "sh" "bootstrap"))))
+           ;;(add-before 'build 'chdir
+           ;; (lambda _
+           ;;  (chdir "doc/documentation")))
            (delete 'check)
            ;; XXX: https://gnunet.org/bugs/view.php?id=4619
            (add-after 'install 'set-path-for-check

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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