Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3b05c3de3d46329179a205d64f4f3fd9d5c19c2e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3b05c3de3d46329179a205d64f4f3fd9d5c19c2e)
  • Date: Tue, 16 Jul 2013 17:13:34 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

crypto/nettle/BUILD | 2 +-
crypto/nettle/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 3b05c3de3d46329179a205d64f4f3fd9d5c19c2e
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

crypto/nettle: changed libdir

Watch your commits, Treeve. *.pc files went to /lib/pkgconfig, thus, no
other
package (for example gnutls) was unable to find nettle libraries and
headers.

diff --git a/crypto/nettle/BUILD b/crypto/nettle/BUILD
index a2315ff..b3d5bd4 100755
--- a/crypto/nettle/BUILD
+++ b/crypto/nettle/BUILD
@@ -1,2 +1,2 @@
-OPTS+=" --libdir=$INSTALL_ROOT/lib" &&
+OPTS+=" --libdir=$INSTALL_ROOT/usr/lib" &&
default_build
diff --git a/crypto/nettle/HISTORY b/crypto/nettle/HISTORY
index fc7fb38..0c1da76 100644
--- a/crypto/nettle/HISTORY
+++ b/crypto/nettle/HISTORY
@@ -1,3 +1,6 @@
+2013-07-16 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: changed libdir to /usr/lib
+
2013-07-16 Treeve Jelbert <treeve AT sourmage.org>
* DETAILS: PATCHLEVEL=1
* BUILD: added, to NOT install into /usr/lib64



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3b05c3de3d46329179a205d64f4f3fd9d5c19c2e), Pol Vinogradov, 07/16/2013

Archive powered by MHonArc 2.6.24.

Top of Page