diff options
author | sibel <lesibel@free.fr> | 2011-01-21 17:27:42 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-21 17:27:42 +0100 |
commit | dce023229bba342f53f4f21e9127e7313c4e9c7f (patch) | |
tree | e8e27f13e8cdac4bc4ee583a176e6241134cc997 /base/openssl/openssl-1.0.0c-no-rpath.patch | |
parent | e32b3e7c6237dc5818c904f54f47ee8c1f5d20ab (diff) | |
download | nutyx-pakxe-dce023229bba342f53f4f21e9127e7313c4e9c7f.tar.gz nutyx-pakxe-dce023229bba342f53f4f21e9127e7313c4e9c7f.tar.bz2 nutyx-pakxe-dce023229bba342f53f4f21e9127e7313c4e9c7f.tar.xz nutyx-pakxe-dce023229bba342f53f4f21e9127e7313c4e9c7f.zip |
openssl, correction port
Diffstat (limited to 'base/openssl/openssl-1.0.0c-no-rpath.patch')
-rw-r--r-- | base/openssl/openssl-1.0.0c-no-rpath.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/base/openssl/openssl-1.0.0c-no-rpath.patch b/base/openssl/openssl-1.0.0c-no-rpath.patch new file mode 100644 index 000000000..ebd95e23d --- /dev/null +++ b/base/openssl/openssl-1.0.0c-no-rpath.patch @@ -0,0 +1,11 @@ +--- Makefile.shared.no-rpath 2005-06-23 22:47:54.000000000 +0200 ++++ 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 |