rpms/crypto-utils/devel crypto-utils.spec,1.64,1.65

Elio Maldonado emaldonado at fedoraproject.org
Sun Feb 14 02:15:43 UTC 2010


Author: emaldonado

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

Modified Files:
	crypto-utils.spec 
Log Message:
Add explicit -lplc4 and -lslang to fix build due to changes in implicit DSO Linking - rhbz #565064


Index: crypto-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/crypto-utils/devel/crypto-utils.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- crypto-utils.spec	1 Oct 2009 22:32:39 -0000	1.64
+++ crypto-utils.spec	14 Feb 2010 02:15:42 -0000	1.65
@@ -4,7 +4,7 @@
 Summary: SSL certificate and key management utilities
 Name: crypto-utils
 Version: 2.4.1
-Release: 23
+Release: 25
 Source: crypto-rand-%{crver}.tar.gz
 Source1: genkey.pl
 Source2: certwatch.c
@@ -53,10 +53,10 @@ cc $RPM_OPT_FLAGS -Wall -Werror -I/usr/i
    $RPM_SOURCE_DIR/certext.c \
    $RPM_SOURCE_DIR/secutil.c \
    $RPM_SOURCE_DIR/secerror.c \
-   -o keyutil -lnspr4 -lnss3
+   -o keyutil -lplc4 -lnspr4 -lnss3
 
 cc $RPM_OPT_FLAGS -Wall -Werror \
-   $RPM_SOURCE_DIR/keyrand.c -o keyrand -lnewt
+   $RPM_SOURCE_DIR/keyrand.c -o keyrand -lnewt -lslang
 
 date +"%e %B %Y" | tr -d '\n' > date.xml
 echo -n %{version} > version.xml
@@ -131,6 +131,9 @@ chmod -R u+w $RPM_BUILD_ROOT
 %{perl_vendorarch}/auto/Crypt
 
 %changelog
+* Sat Feb 13 2010 Elio Maldonado <emaldona at redhat.com> - 2.4.1-25
+- Fix broken build due to change in implicit DSO Linking (#565064)
+
 * Thu Oct 01 2009 Elio Maldonado<emaldona at redhat.com> - 2.4.1-23
 - Fix genkey to produce CSRs, certs, and key in ascii PEM format (#526720)
 



More information about the scm-commits mailing list