]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- obsolete (fixed in 0.9.7d)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 Mar 2004 17:22:13 +0000 (17:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl-makefile.patch -> 1.2
    openssl-parallel_make.patch -> 1.2

openssl-makefile.patch [deleted file]
openssl-parallel_make.patch [deleted file]

diff --git a/openssl-makefile.patch b/openssl-makefile.patch
deleted file mode 100644 (file)
index 2b41828..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
---- openssl-0.9.7c.pius/Makefile       Tue Sep 30 14:38:13 2003
-+++ openssl-0.9.7c/Makefile    Tue Sep 30 21:29:56 2003
-@@ -834,7 +834,6 @@
-               fi; \
-       fi
-       cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
--      chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
- install_docs:
-       @$(PERL) $(TOP)/util/mkdir-p.pl \
---- openssl-0.9.7c.pius/Makefile.org   Mon Aug 11 11:37:17 2003
-+++ openssl-0.9.7c/Makefile.org        Tue Sep 30 23:13:31 2003
-@@ -832,7 +832,6 @@
-               fi; \
-       fi
-       cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
--      chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
- install_docs:
-       @$(PERL) $(TOP)/util/mkdir-p.pl \
---- openssl-0.9.7c.pius/Makefile.ssl   Tue Sep 30 14:38:13 2003
-+++ openssl-0.9.7c/Makefile.ssl        Tue Sep 30 21:29:56 2003
-@@ -834,7 +834,6 @@
-               fi; \
-       fi
-       cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
--      chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
- install_docs:
-       @$(PERL) $(TOP)/util/mkdir-p.pl \
diff --git a/openssl-parallel_make.patch b/openssl-parallel_make.patch
deleted file mode 100644 (file)
index cdacbcd..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
---- openssl-0.9.7.old/crypto/Makefile.ssl      Fri Dec 20 15:28:45 2002
-+++ openssl-0.9.7/crypto/Makefile.ssl  Sun Feb 16 20:02:43 2003
-@@ -50,7 +50,7 @@
- top:
-       @(cd ..; $(MAKE) DIRS=$(DIR) all)
--all: buildinf.h lib subdirs shared
-+all: shared
- buildinf.h: ../Makefile.ssl
-       ( echo "#ifndef MK1MF_BUILD"; \
-@@ -96,7 +96,7 @@
-       $(RANLIB) $(LIB) || echo Never mind.
-       @touch lib
--shared:
-+shared: buildinf.h lib subdirs
-       if [ -n "$(SHARED_LIBS)" ]; then \
-               (cd ..; $(MAKE) $(SHARED_LIB)); \
-       fi
---- openssl-0.9.7.old/ssl/Makefile.ssl Thu Dec 19 22:10:20 2002
-+++ openssl-0.9.7/ssl/Makefile.ssl     Sun Feb 16 20:03:13 2003
-@@ -55,14 +55,14 @@
- top:
-       (cd ..; $(MAKE) DIRS=$(DIR) all)
--all:  lib shared
-+all:  shared
- lib:  $(LIBOBJ)
-       $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB) || echo Never mind.
-       @touch lib
--shared:
-+shared: lib
-       if [ -n "$(SHARED_LIBS)" ]; then \
-               (cd ..; $(MAKE) $(SHARED_LIB)); \
-       fi
This page took 0.047576 seconds and 4 git commands to generate.