From 7d83cda3c13e78568abb34fa780e417360c552ce Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 2 Oct 2006 19:50:14 +0000 Subject: [PATCH] * Apparently obsolete. svn path=/nixpkgs/trunk/; revision=6641 --- .../libraries/openssl/darwin-makefile.patch | 37 ------------------- 1 file changed, 37 deletions(-) delete mode 100644 pkgs/development/libraries/openssl/darwin-makefile.patch diff --git a/pkgs/development/libraries/openssl/darwin-makefile.patch b/pkgs/development/libraries/openssl/darwin-makefile.patch deleted file mode 100644 index 492dd89475d..00000000000 --- a/pkgs/development/libraries/openssl/darwin-makefile.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff -rc openssl-0.9.7h-orig/Makefile.org openssl-0.9.7h/Makefile.org -*** openssl-0.9.7h-orig/Makefile.org 2005-06-20 06:29:54.000000000 +0200 ---- openssl-0.9.7h/Makefile.org 2005-10-12 09:38:00.000000000 +0200 -*************** -*** 258,264 **** - libcrypto$(SHLIB_EXT): libcrypto.a - @if [ "$(SHLIB_TARGET)" != "" ]; then \ - $(MAKE) SHLIBDIRS=crypto build-shared; \ -! if egrep 'define OPENSSL_FIPS' $(TOP)/include/openssl/opensslconf.h > /dev/null; then \ - fips/sha/fips_standalone_sha1 -binary $@ > $@.$${HMAC_EXT:-sha1}; \ - fi; \ - else \ ---- 258,264 ---- - libcrypto$(SHLIB_EXT): libcrypto.a - @if [ "$(SHLIB_TARGET)" != "" ]; then \ - $(MAKE) SHLIBDIRS=crypto build-shared; \ -! if egrep 'define OPENSSL_FIPS' $(TOP)/include/openssl/opensslconf.h > /dev/null; then \ - fips/sha/fips_standalone_sha1 -binary $@ > $@.$${HMAC_EXT:-sha1}; \ - fi; \ - else \ -*************** -*** 325,331 **** - if [ "${SHLIBDIRS}" = "ssl" -a -n "$(LIBKRB5)" ]; then \ - libs="$(LIBKRB5) $$libs"; \ - fi; \ -! ( set -x; ${CC} ${SHARED_LDFLAGS} - --verbose -dynamiclib -o lib$$i${SHLIB_EXT} \ - lib$$i.a $$libs -all_load -current_version ${SHLIB_MAJOR}.${SHLIB_MINOR} \ - -compatibility_version ${SHLIB_MAJOR}.`echo ${SHLIB_MINOR} | cut -d. -f1` \ ---- 325,331 ---- - if [ "${SHLIBDIRS}" = "ssl" -a -n "$(LIBKRB5)" ]; then \ - libs="$(LIBKRB5) $$libs"; \ - fi; \ -! ( set -x; ${CC} ${SHARED_LDFLAGS} \ - --verbose -dynamiclib -o lib$$i${SHLIB_EXT} \ - lib$$i.a $$libs -all_load -current_version ${SHLIB_MAJOR}.${SHLIB_MINOR} \ - -compatibility_version ${SHLIB_MAJOR}.`echo ${SHLIB_MINOR} | cut -d. -f1` \