Blame SOURCES/pcre-8.21-multilib.patch

22122f
From 1d5ce3e2e6341b01609aefab20786a8638fee17a Mon Sep 17 00:00:00 2001
22122f
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
22122f
Date: Tue, 6 Dec 2011 18:44:11 +0100
22122f
Subject: [PATCH] Fix multilib
22122f
22122f
Do not set RPATH nor add explicit -L path to compiler.
22122f
---
22122f
 pcre-config.in |   12 ------------
22122f
 1 files changed, 0 insertions(+), 12 deletions(-)
22122f
22122f
diff --git a/pcre-config.in b/pcre-config.in
22122f
index ccbf210..aeee182 100644
22122f
--- a/pcre-config.in
22122f
+++ b/pcre-config.in
22122f
@@ -16,19 +16,7 @@ if test $# -eq 0; then
22122f
 fi
22122f
 
22122f
 libR=
22122f
-case `uname -s` in
22122f
-  *SunOS*)
22122f
-  libR=" -R@libdir@"
22122f
-  ;;
22122f
-  *BSD*)
22122f
-  libR=" -Wl,-R@libdir@"
22122f
-  ;;
22122f
-esac
22122f
-
22122f
 libS=
22122f
-if test @libdir@ != /usr/lib ; then
22122f
-  libS=-L@libdir@
22122f
-fi
22122f
 
22122f
 while test $# -gt 0; do
22122f
   case "$1" in
22122f
-- 
22122f
1.7.7.4
22122f