In order to build shared libs I had to do a small patch to
openssl-0.9.6a-beta2 source tree. (patch follow as attach)
After that it built with no problems... What are side effects?
--
Paulo Matos
----------------------------------- ----------------------------------
|Sys & Net Admin | Serviço de Informática |
|Faculdade de Ciências e Tecnologia | Tel: +351-21-2941346 |
|Universidade Nova de Lisboa | Fax: +351-21-2948548 |
|P-2825-114 Caparica | e-Mail: [EMAIL PROTECTED] |
----------------------------------- ----------------------------------
diff -uNr openssl-0.9.6a-beta2.orig/Makefile.org openssl-0.9.6a-beta2/Makefile.org
--- openssl-0.9.6a-beta2.orig/Makefile.org Thu Mar 15 22:11:03 2001
+++ openssl-0.9.6a-beta2/Makefile.org Wed Mar 28 15:46:55 2001
@@ -194,7 +194,7 @@
# When we're prepared to use shared libraries in the programs we link here
# we might remove 'clean-shared' from the targets to perform at this stage
-all: clean-shared Makefile.ssl sub_all
+all: Makefile.ssl sub_all
sub_all:
@for i in $(DIRS); \
diff -uNr openssl-0.9.6a-beta2.orig/Makefile.ssl openssl-0.9.6a-beta2/Makefile.ssl
--- openssl-0.9.6a-beta2.orig/Makefile.ssl Wed Mar 21 22:14:47 2001
+++ openssl-0.9.6a-beta2/Makefile.ssl Wed Mar 28 15:26:21 2001
@@ -196,7 +196,8 @@
# When we're prepared to use shared libraries in the programs we link here
# we might remove 'clean-shared' from the targets to perform at this stage
-all: clean-shared Makefile.ssl sub_all
+#all: clean-shared Makefile.ssl sub_all
+all: Makefile.ssl sub_all
sub_all:
@for i in $(DIRS); \