Blame SOURCES/pcre2-10.10-Fix-multilib.patch

f41506
From 8b6b10229201e5b148979a24e06c640dbbcfbad9 Mon Sep 17 00:00:00 2001
f41506
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
f41506
Date: Fri, 20 Feb 2015 14:34:26 +0100
f41506
Subject: [PATCH] Fix multilib
f41506
MIME-Version: 1.0
f41506
Content-Type: text/plain; charset=UTF-8
f41506
Content-Transfer-Encoding: 8bit
f41506
f41506
Do not set RPATH nor add explicit -L path to compiler.
f41506
f41506
Signed-off-by: Petr Písař <ppisar@redhat.com>
f41506
f41506
diff --git a/pcre2-config.in b/pcre2-config.in
f41506
index 932160e..dbef5e5 100644
f41506
--- a/pcre2-config.in
f41506
+++ b/pcre2-config.in
f41506
@@ -28,19 +28,7 @@ if test $# -eq 0; then
f41506
 fi
f41506
 
f41506
 libR=
f41506
-case `uname -s` in
f41506
-  *SunOS*)
f41506
-  libR=" -R@libdir@"
f41506
-  ;;
f41506
-  *BSD*)
f41506
-  libR=" -Wl,-R@libdir@"
f41506
-  ;;
f41506
-esac
f41506
-
f41506
 libS=
f41506
-if test @libdir@ != /usr/lib ; then
f41506
-  libS=-L@libdir@
f41506
-fi
f41506
 
f41506
 while test $# -gt 0; do
f41506
   case "$1" in
f41506
-- 
f41506
2.1.0
f41506