gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: archinstall: removed unnecessary compiler f


From: gnunet
Subject: [www] branch master updated: archinstall: removed unnecessary compiler flags, changed to /usr/local
Date: Sun, 26 Apr 2020 21:42:33 +0200

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

rexxnor pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 068fd70  archinstall: removed unnecessary compiler flags, changed to 
/usr/local
068fd70 is described below

commit 068fd70c4fa5c3531263c04acacf26b9c57c3ff7
Author: rexxnor <address@hidden>
AuthorDate: Sun Apr 26 21:37:27 2020 +0200

    archinstall: removed unnecessary compiler flags, changed to /usr/local
---
 template/install-on-archpi.html.j2 | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/template/install-on-archpi.html.j2 
b/template/install-on-archpi.html.j2
index 28f004f..9970260 100644
--- a/template/install-on-archpi.html.j2
+++ b/template/install-on-archpi.html.j2
@@ -50,7 +50,7 @@
 
   <p><code>
   $ cd gnunet<br>
-  $ export GNUNET_PREFIX=/usr # for example, other locations possible<br>
+  $ export GNUNET_PREFIX=/usr/local # for example, other locations possible<br>
   $ ./bootstrap # Run this to generate the configure files.<br>
   $ ./configure --prefix=$GNUNET_PREFIX # Use --help to see the various flags 
available to you.<br>
   $ make -j$(nproc || echo -n 1)<br>
@@ -72,8 +72,7 @@
   <code>
     $ cd ../gnunet-gtk<br>
     $ ./bootstrap<br>
-    $ export GNUNET_PREFIX=/usr # for example, other locations possible<br>
-    $ export CFLAGS="-g -Wall -O0"<br>
+    $ export GNUNET_PREFIX=/usr/local # for example, other locations 
possible<br>
     $ ./configure --prefix=$GNUNET_PREFIX --with-gnunet=$GNUNET_PREFIX<br>
     $ make -j$(nproc || echo -n 1)<br>
     $ sudo make install<br>

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



reply via email to

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