diff -r 612517e396e0 -r 87960ed158f9 usr/src/lib/openssl/Patches/27-HOSTCC.patch --- a/usr/src/lib/openssl/Patches/27-HOSTCC.patch Thu Mar 18 16:36:00 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ ---- openssl-0.9.8m/fips/Makefile Thu Mar 4 15:12:12 2010 -+++ openssl-0.9.8m/fips/Makefile Thu Mar 4 15:10:38 2010 -@@ -123,7 +123,7 @@ - $(FIPSLIBDIR)fipscanister.o ../libcrypto.a $(EX_LIBS) - # this is executed only when linking with external fipscanister.o - fips_standalone_sha1$(EXE_EXT): sha/fips_standalone_sha1.c -- if [ -z $(HOSTCC) ] ; then \ -+ if [ -z "$(HOSTCC)" ] ; then \ - $(CC) $(CFLAGS) -DFIPSCANISTER_O -o $@ sha/fips_standalone_sha1.c $(FIPSLIBDIR)fipscanister.o $(EX_LIBS) ; \ - else \ - $(HOSTCC) $(HOSTCFLAGS) -o $ $@ -I../include -I../crypto sha/fips_standalone_sha1.c ../crypto/sha/sha1dgst.c ; \