summaryrefslogtreecommitdiffstats
path: root/l/pcre
diff options
context:
space:
mode:
authorAdrien Nader <adrien@notk.org>2014-04-22 20:08:06 +0200
committerAdrien Nader <adrien@notk.org>2014-04-23 22:00:15 +0200
commit4876acb59db89cd57e3884a4e4cc1cc32ceb373c (patch)
tree176dd9f2ccfe3ee918c92c0300c037bd5b7389cf /l/pcre
parenta4c83f3643e18ca19008aa0a9779ff9eecadf6db (diff)
most: explicitely set -L in LDFLAGS and set CFLAGS to -O2 (many were empty)
Diffstat (limited to 'l/pcre')
-rwxr-xr-xl/pcre/pcre.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/l/pcre/pcre.SlackBuild b/l/pcre/pcre.SlackBuild
index 9887e16..976d7c9 100755
--- a/l/pcre/pcre.SlackBuild
+++ b/l/pcre/pcre.SlackBuild
@@ -58,6 +58,7 @@ find . \
-exec chmod 644 {} \;
CFLAGS="-O2" \
+LDFLAGS="-L/${PREFIX}/lib${LIBDIRSUFFIX}" \
./configure \
--prefix=/${PREFIX} \
--libdir=/${PREFIX}/lib${LIBDIRSUFFIX} \