cluster: STABLE3 - nss: fix linking

Fabio M. Di Nitto fabbione at fedoraproject.org
Mon Feb 15 05:36:51 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=055f365d0bb4146ee59997682dcb35e526a92c15
Commit:        055f365d0bb4146ee59997682dcb35e526a92c15
Parent:        45e4d971b97376392ba8c4053c7cfb6e99c19f34
Author:        Fabio M. Di Nitto <fdinitto at redhat.com>
AuthorDate:    Mon Feb 15 06:14:44 2010 +0100
Committer:     Fabio M. Di Nitto <fdinitto at redhat.com>
CommitterDate: Mon Feb 15 06:14:44 2010 +0100

nss: fix linking

New fedora rawhide linking flags spotted this problem that was already
fixed in master.

Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
 fence/agents/nss_wrapper/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/nss_wrapper/Makefile b/fence/agents/nss_wrapper/Makefile
index b3a53ae..bf30a22 100644
--- a/fence/agents/nss_wrapper/Makefile
+++ b/fence/agents/nss_wrapper/Makefile
@@ -15,7 +15,7 @@ OBJS=	$(TARGET).o
 CFLAGS += -I${nsprincdir} -I${nssincdir}
 CFLAGS += -I${incdir}
 
-LDFLAGS += -L${nsslibdir} -lnss3 -lssl3
+LDFLAGS += -L${nsslibdir} -lnss3 -lssl3 -lnspr4
 LDFLAGS += -L${libdir}
 
 ${TARGET}: ${OBJS}


More information about the cluster-commits mailing list