summaryrefslogtreecommitdiff
path: root/pcre-config.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-06 16:25:15 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-06 16:25:15 +0000
commit438b4ee078076adf51fb38252bcb938e86a41ba2 (patch)
tree4b79cb8e9ef600ca0911a1d7c503e7df8099d406 /pcre-config.in
parent2e14872df408e4656dc575dd55d95ab46ff9150f (diff)
downloadpcre-438b4ee078076adf51fb38252bcb938e86a41ba2.tar.gz
Add -Wl,-R... flags in pcre-config.in for *BSD* systems, as I'm told
that is needed. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@104 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre-config.in')
-rw-r--r--pcre-config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pcre-config.in b/pcre-config.in
index 0953819..a95c6bb 100644
--- a/pcre-config.in
+++ b/pcre-config.in
@@ -17,6 +17,9 @@ case `uname -s` in
*SunOS*)
libR=" -R@libdir@"
;;
+ *BSD*)
+ libR=" -Wl,-R@libdir@"
+ ;;
esac
while test $# -gt 0; do