diff options
author | Sam James <sam@gentoo.org> | 2022-12-06 17:21:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-06 17:21:57 +0000 |
commit | 313df39d4a22d9a5c2be6fd6360753192f287a2c (patch) | |
tree | d33c70ecb453a09ff2d7ea8da3b83ade908efb1d /dev-libs/libpcre2/files | |
parent | sys-apps/systemd: break inherit into 2 lines (diff) | |
download | gentoo-313df39d4a22d9a5c2be6fd6360753192f287a2c.tar.gz gentoo-313df39d4a22d9a5c2be6fd6360753192f287a2c.tar.bz2 gentoo-313df39d4a22d9a5c2be6fd6360753192f287a2c.zip |
dev-libs/libpcre2: add 10.41
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libpcre2/files')
-rw-r--r-- | dev-libs/libpcre2/files/libpcre2-10.10-000-Fix-multilib.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/dev-libs/libpcre2/files/libpcre2-10.10-000-Fix-multilib.patch b/dev-libs/libpcre2/files/libpcre2-10.10-000-Fix-multilib.patch new file mode 100644 index 000000000000..c216aa62d279 --- /dev/null +++ b/dev-libs/libpcre2/files/libpcre2-10.10-000-Fix-multilib.patch @@ -0,0 +1,37 @@ +From 8b6b10229201e5b148979a24e06c640dbbcfbad9 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> +Date: Fri, 20 Feb 2015 14:34:26 +0100 +Subject: [PATCH] Fix multilib +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Do not set RPATH nor add explicit -L path to compiler. + +Signed-off-by: Petr Písař <ppisar@redhat.com> + +--- a/pcre2-config.in ++++ b/pcre2-config.in +@@ -28,19 +28,7 @@ if test $# -eq 0; then + fi + + libR= +-case `uname -s` in +- *SunOS*) +- libR=" -R@libdir@" +- ;; +- *BSD*) +- libR=" -Wl,-R@libdir@" +- ;; +-esac +- + libS= +-if test @libdir@ != /usr/lib ; then +- libS=-L@libdir@ +-fi + + while test $# -gt 0; do + case "$1" in +-- +2.1.0 + |