rpms/crypto-utils/devel crypto-utils.spec,1.13,1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 26 09:24:16 UTC 2005


Author: jorton

Update of /cvs/dist/rpms/crypto-utils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20666

Modified Files:
	crypto-utils.spec 
Log Message:
- just use cc



Index: crypto-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/crypto-utils/devel/crypto-utils.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- crypto-utils.spec	26 Apr 2005 09:20:45 -0000	1.13
+++ crypto-utils.spec	26 Apr 2005 09:24:13 -0000	1.14
@@ -30,8 +30,8 @@
 %configure --with-newt=%{_prefix} CFLAGS="-fPIC $RPM_OPT_FLAGS -Wall"
 make
 
-%{_cc} $RPM_OPT_FLAGS -Wall -Werror -I/usr/include/openssl \
-       $RPM_SOURCE_DIR/certwatch.c -o certwatch -lcrypto
+cc $RPM_OPT_FLAGS -Wall -Werror -I/usr/include/openssl \
+   $RPM_SOURCE_DIR/certwatch.c -o certwatch -lcrypto
 for m in certwatch.xml genkey.xml; do
   xmlto man $RPM_SOURCE_DIR/$m
 done




More information about the fedora-cvs-commits mailing list