summaryrefslogtreecommitdiff
path: root/pcre2-config.in
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2015-11-24 20:32:18 +0000
committerMatthew Vernon <matthew@debian.org>2015-11-24 20:32:18 +0000
commit8215e37ed5c35d99357c81630ac79f8742e467b9 (patch)
treed4d250829e16f6cbb5af94f0c6a6494160bbfc77 /pcre2-config.in
parent9b5c62630729a99192662dc8f1cecec5770a4e0e (diff)
remove unnecessary -L settings (Closes: #805941)
pcre2-config outputs -L/usr/lib/{arch-triplet} on linux and sets and Rpath on kfreebsd. Neither of these is necessary, and the differences you get on different architectures means this wasn't multi-arch friendly. So remove the relevant code.
Diffstat (limited to 'pcre2-config.in')
-rw-r--r--pcre2-config.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/pcre2-config.in b/pcre2-config.in
index 932160e..7995649 100644
--- a/pcre2-config.in
+++ b/pcre2-config.in
@@ -28,19 +28,8 @@ 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