summaryrefslogtreecommitdiffstats
path: root/external/libgpg-error/disable-rpath-option.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/libgpg-error/disable-rpath-option.patch')
-rw-r--r--external/libgpg-error/disable-rpath-option.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/external/libgpg-error/disable-rpath-option.patch b/external/libgpg-error/disable-rpath-option.patch
deleted file mode 100644
index b039b689e9ed..000000000000
--- a/external/libgpg-error/disable-rpath-option.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ur libgpg-error.org/configure.ac libgpg-error/configure.ac
---- configure.ac 2017-03-05 01:27:38.249210887 +0100
-+++ configure.ac~ 2017-03-05 01:29:36.820894687 +0100
-@@ -404,6 +404,9 @@
- CFLAGS="$CFLAGS -fvisibility=hidden"
- fi
-
-+# permit disabling rpath
-+AC_LIB_RPATH
-+
- #
- # Check whether ld supports a version script.
- # (Actually not a check but a list of systems which are known to support it.)