r1676

stsp at user.in-berlin.de stsp at user.in-berlin.de
Sat Jan 13 02:19:05 CET 2007


Author: stsp
Date: 2007-01-13 02:18:59 +0100 (Sat, 13 Jan 2007)
New Revision: 1676

Log:
Remove dynamic loader related stuff ("dlfcn") from dslinux
platform description. Fixes undefined symbol errors when
linking with libssl.a.


Modified: trunk/lib/libssl/src/Configure
===================================================================
--- trunk/lib/libssl/src/Configure	2007-01-12 19:16:39 UTC (rev 1675)
+++ trunk/lib/libssl/src/Configure	2007-01-13 01:18:59 UTC (rev 1676)
@@ -355,7 +355,7 @@
 "linux-alpha+bwx-ccc","ccc:-fast -readonly_strings -DL_ENDIAN -DTERMIO::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${no_asm}",
 
 # DSLinux
-"dslinux","$ENV{'CC'}:$ENV{'CFLAGS'}:::::BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn::::",
+"dslinux","$ENV{'CC'}:$ENV{'CFLAGS'}:::::BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:::::",
 
 #### *BSD [do see comment about ${BSDthreads} above!]
 "BSD-generic32","gcc:-DTERMIOS -O3 -fomit-frame-pointer -Wall::${BSDthreads}:::BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL:${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",




More information about the dslinux-commit mailing list