diff options
Diffstat (limited to 'source/n/openssl/openssl.soname.diff')
-rw-r--r-- | source/n/openssl/openssl.soname.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source/n/openssl/openssl.soname.diff b/source/n/openssl/openssl.soname.diff deleted file mode 100644 index 308968d9..00000000 --- a/source/n/openssl/openssl.soname.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- ./Makefile.shared.orig 2005-06-23 13:47:54.000000000 -0700 -+++ ./Makefile.shared 2005-10-12 20:02:28.000000000 -0700 -@@ -151,7 +151,7 @@ - SHLIB_SUFFIX=; \ - ALLSYMSFLAGS='-Wl,--whole-archive'; \ - NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \ -- SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX" -+ SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB.1" - - DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)" - |