Need an additional softlink to stop the build failing if no libcrypto.a is present

and we are linking with shared objects.

svn path=/trunk/netsurf/; revision=6531
This commit is contained in:
Chris Young 2009-02-15 13:00:42 +00:00
parent 3987db4702
commit e8cb20ac2a

View File

@ -109,6 +109,7 @@
this when compiling with Cairo support, a link must be made:
1> makelink sdk:local/newlib/lib/libssl.so sobjs:libssl-0.9.8.so soft
1> makelink sdk:local/newlib/lib/libcrypto.so sobjs:libssl-0.9.8.so soft
Libnsbmp