[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: nss: Include -L$libdir in output of "nss-config --libs".
From: |
Mark H. Weaver |
Subject: |
02/03: gnu: nss: Include -L$libdir in output of "nss-config --libs". |
Date: |
Tue, 10 Mar 2015 14:23:14 +0000 |
mhw pushed a commit to branch master
in repository guix.
commit a24175ac8d772e714a7cb5796e2da8799d9cf055
Author: Mark H Weaver <address@hidden>
Date: Tue Mar 10 03:06:06 2015 -0400
gnu: nss: Include -L$libdir in output of "nss-config --libs".
* gnu/packages/patches/nss-pkgconfig.patch (nss-config): Include -L$libdir
in
output of "nss-config --libs".
---
gnu/packages/patches/nss-pkgconfig.patch | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/patches/nss-pkgconfig.patch
b/gnu/packages/patches/nss-pkgconfig.patch
index da5c489..80c0c5b 100644
--- a/gnu/packages/patches/nss-pkgconfig.patch
+++ b/gnu/packages/patches/nss-pkgconfig.patch
@@ -5,6 +5,7 @@ Source:
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/nss/fil
Modifications:
Change libdir from ${prefix}/lib64 to ${prefix}/lib/nss.
Remove optional patching in nss/Makefile.
+ Include -L$libdir in output from "nss-config --libs".
--- nss-3.17.1/nss/config/Makefile
+++ nss-3.17.1/nss/config/Makefile
@@ -181,7 +182,7 @@ Modifications:
+fi
+
+if test "$echo_libs" = "yes"; then
-+ libdirs=""
++ libdirs=-L$libdir
+ if test -n "$lib_ssl"; then
+ libdirs="$libdirs -lssl${major_version}"
+ fi