diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-08 13:54:27 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-08 13:56:32 +0200 |
commit | 2fdc8bcc6549290b131675ef42d52243c37f3879 (patch) | |
tree | b74487ad5a87f857fc24262fa82dce596d7913dc /main/openssl/0009-no-rpath.patch | |
parent | 56c7a6d7971e769c3dbec1bf8a8ef3021e34d654 (diff) | |
download | aports-2fdc8bcc6549290b131675ef42d52243c37f3879.tar.bz2 aports-2fdc8bcc6549290b131675ef42d52243c37f3879.tar.xz |
main/openssl: rename to openssl1.0 and update dependent aports
Diffstat (limited to 'main/openssl/0009-no-rpath.patch')
-rw-r--r-- | main/openssl/0009-no-rpath.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/openssl/0009-no-rpath.patch b/main/openssl/0009-no-rpath.patch deleted file mode 100644 index 56df75b791..0000000000 --- a/main/openssl/0009-no-rpath.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.shared 2005-06-23 22:47:54.000000000 +0200 -+++ b/Makefile.shared 2005-11-16 22:35:37.000000000 +0100 -@@ -153,7 +153,7 @@ - NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \ - SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX" - --DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)" -+DO_GNU_APP=LDFLAGS="$(CFLAGS)" - - #This is rather special. It's a special target with which one can link - #applications without bothering with any features that have anything to |