Add explicit -lplc4 due to changes in implicit DSO Linking rhbz #565064

This commit is contained in:
Elio Maldonado 2010-02-14 02:13:55 +00:00
parent 695d7c1870
commit 26b58ea404
1 changed files with 1 additions and 1 deletions

View File

@ -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