diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-23 16:40:40 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-23 16:41:32 -0300 |
commit | ce11fd60dd39d4288dedededaf47cf4e8a7e7dce (patch) | |
tree | e0c37c8d4df843d4590137a042632ad4d4c40e07 /libre/openssl-static/no-rpath.patch | |
parent | e8422fe1669fa89d03034f9935f388145710ffaa (diff) |
remove unused static packages
Diffstat (limited to 'libre/openssl-static/no-rpath.patch')
-rw-r--r-- | libre/openssl-static/no-rpath.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libre/openssl-static/no-rpath.patch b/libre/openssl-static/no-rpath.patch deleted file mode 100644 index ebd95e23d..000000000 --- a/libre/openssl-static/no-rpath.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |