rpms/crypto-utils/devel Makefile,1.11,1.12

Elio Maldonado emaldonado at fedoraproject.org
Sun Feb 14 02:13:57 UTC 2010


Author: emaldonado

Update of /cvs/pkgs/rpms/crypto-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29943

Modified Files:
	Makefile 
Log Message:
Add explicit -lplc4 due to changes in implicit DSO Linking rhbz #565064


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/crypto-utils/devel/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- Makefile	25 Nov 2009 22:47:38 -0000	1.11
+++ Makefile	14 Feb 2010 02:13:55 -0000	1.12
@@ -29,7 +29,7 @@ test-certwatch: certwatch
 
 keyutil: keyutil.c keyutil.h certext.c secutil.c secutil.h secerror.c
 	gcc -Wall -Werror -O2 -g $^ -o $@ \
-		-lnspr4 -lnss3 -I/usr/include/nspr4 -I/usr/include/nss3
+		-lplc4 -lnspr4 -lnss3 -I/usr/include/nspr4 -I/usr/include/nss3
 	chmod 755 $@
 
 genkey: genkey.pl keyutil Makefile



More information about the scm-commits mailing list