dslinux/lib/libssl Makefile

stsp stsp at user.in-berlin.de
Wed Oct 4 00:02:41 CEST 2006


Update of /cvsroot/dslinux/dslinux/lib/libssl
In directory antilope:/tmp/cvs-serv11990

Modified Files:
	Makefile 
Log Message:
Fix my previous attempt to re-add algorithms required by links.

Patch by Daniele Forsi. Many thanks :)


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/lib/libssl/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile	1 Oct 2006 19:21:41 -0000	1.5
+++ Makefile	3 Oct 2006 22:02:38 -0000	1.6
@@ -65,9 +65,7 @@
 # We need the smallest possible feature set for DSLinux
 DSLINUX_UNUSED_FEATURES= -DOPENSSL_NO_KRB5 \
 			 -DOPENSSL_NO_ASM \
-			 -DOPENSSL_NO_INLINE_ASM \
-			 -DOPENSSL_NO_ENGINE \
-			 -DOPENSSL_NO_SSL2
+			 -DOPENSSL_NO_INLINE_ASM
 
 # Algorithms not used in DSLinux:
 DSLINUX_UNUSED_CRYPTO=	-DOPENSSL_NO_BF \
@@ -127,8 +125,7 @@
 ZLIB_INCLUDE=
 LIBZLIB=
 
-#DIRS=   crypto ssl engines apps test tools
-DIRS=   crypto ssl apps test tools
+DIRS=   crypto ssl engines apps test tools
 SHLIBDIRS= crypto ssl
 
 # dirs in crypto to build
@@ -136,7 +133,7 @@
 	objects \
 	md5 sha hmac \
 	des aes rc4 \
-	bn ec rsa dsa ecdsa dh ecdh \
+	bn ec rsa dsa ecdsa dh ecdh engine \
 	buffer bio dso stack lhash rand err \
 	evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui \
 	store pqueue




More information about the dslinux-commit mailing list