summarylogtreecommitdiffstats
path: root/postgresql-perl-rpath.patch
diff options
context:
space:
mode:
authora8212023-08-26 22:32:22 +0200
committera8212023-08-26 22:32:22 +0200
commit21124d510adbbcd4cc79a04b84d0e88df30d8de0 (patch)
tree930db2ecfde45123c3ff44629331e8476d00a09a /postgresql-perl-rpath.patch
parent20c60ba040d54f897ba1e1a7ed3e62b03003a39f (diff)
downloadaur-21124d510adbbcd4cc79a04b84d0e88df30d8de0.tar.gz
Adopt and Update
This PKGBUILD follows the official one from gitlab. Fixes: * Remove version restrictions as they should be not needed. * Remove python2 support. * Remove non-supported architectures. * Update patches so they apply cleanly. * Add stable package names to conflict and provides arrays. * Add .gitignore
Diffstat (limited to 'postgresql-perl-rpath.patch')
-rw-r--r--postgresql-perl-rpath.patch13
1 files changed, 7 insertions, 6 deletions
diff --git a/postgresql-perl-rpath.patch b/postgresql-perl-rpath.patch
index 1865b012afd8..0bedc238aba7 100644
--- a/postgresql-perl-rpath.patch
+++ b/postgresql-perl-rpath.patch
@@ -1,9 +1,10 @@
-diff -Naur postgresql-9.1.5.orig/src/pl/plperl/GNUmakefile postgresql-9.1.5/src/pl/plperl/GNUmakefile
---- postgresql-9.1.5.orig/src/pl/plperl/GNUmakefile 2012-08-14 18:41:04.000000000 -0400
-+++ postgresql-9.1.5/src/pl/plperl/GNUmakefile 2012-08-17 11:15:09.457116708 -0400
-@@ -55,6 +55,9 @@
-
- SHLIB_LINK = $(perl_embed_ldflags)
+diff --git a/src/pl/plperl/GNUmakefile b/src/pl/plperl/GNUmakefile
+index 51f8890d15..00d05a5e86 100644
+--- a/src/pl/plperl/GNUmakefile
++++ b/src/pl/plperl/GNUmakefile
+@@ -60,6 +60,9 @@ ifeq ($(PORTNAME), cygwin)
+ SHLIB_LINK += -Wl,--export-all-symbols
+ endif
+# Force rpath to be used even though we disable it everywhere else
+SHLIB_LINK += $(rpath)