- just use cc

This commit is contained in:
jorton 2005-04-26 09:24:13 +00:00
parent 582058ab4d
commit 6165d39bdf
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ SSL certificates and keys.
%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