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