X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=INSTALL;h=1c3f3c3fe92298d740f18014d1196b4dcf02c189;hb=2c789c82be736604ede5485519f070a1ae0d176d;hp=dc84a6841f394e7e71e6093baa75bf566f2b48e0;hpb=a0cd3ca62b54762070551afea0b7ad1f6c03ebf2;p=oweals%2Fopenssl.git diff --git a/INSTALL b/INSTALL index dc84a6841f..1c3f3c3fe9 100644 --- a/INSTALL +++ b/INSTALL @@ -158,7 +158,7 @@ If a test fails, look at the output. There may be reasons for the failure that isn't a problem in OpenSSL itself (like a missing or malfunctioning bc). If it is a problem with OpenSSL itself, - try removing any compiler optimization flags from the CFLAGS line + try removing any compiler optimization flags from the CFLAG line in Makefile.ssl and run "make clean; make". Please send a bug report to , including the output of "make report" in order to be added to the request tracker at @@ -321,7 +321,8 @@ cd objtree/"`uname -s`-`uname -r`-`uname -m`" (cd $OPENSSL_SOURCE; find . -type f) | while read F; do mkdir -p `dirname $F` - ln -s $OPENSSL_SOURCE/$F $F + rm -f $F; ln -s $OPENSSL_SOURCE/$F $F + echo $F '->' $OPENSSL_SOURCE/$F done make -f Makefile.org clean