diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 05:51:18 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 05:51:18 (GMT) |
commit | 1e3c58d18dbbc867ce3fd44f1f32119fe04d5543 (patch) | |
tree | f4b0a3fd0f2532bcbcddfc7b0d0b37dc013e6d64 /abs/core-testing/openssl/no-rpath.patch | |
parent | c7c3f7e35d814f6a500a90267f4ce1f8bad11aad (diff) | |
download | linhes_pkgbuild-1e3c58d18dbbc867ce3fd44f1f32119fe04d5543.zip linhes_pkgbuild-1e3c58d18dbbc867ce3fd44f1f32119fe04d5543.tar.gz linhes_pkgbuild-1e3c58d18dbbc867ce3fd44f1f32119fe04d5543.tar.bz2 |
openssl:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/openssl/no-rpath.patch')
-rw-r--r-- | abs/core-testing/openssl/no-rpath.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core-testing/openssl/no-rpath.patch b/abs/core-testing/openssl/no-rpath.patch new file mode 100644 index 0000000..ebd95e2 --- /dev/null +++ b/abs/core-testing/openssl/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 |