diff options
author | Adrien Nader <adrien@notk.org> | 2014-04-22 20:08:06 +0200 |
---|---|---|
committer | Adrien Nader <adrien@notk.org> | 2014-04-23 22:00:15 +0200 |
commit | 4876acb59db89cd57e3884a4e4cc1cc32ceb373c (patch) | |
tree | 176dd9f2ccfe3ee918c92c0300c037bd5b7389cf /l/pcre | |
parent | a4c83f3643e18ca19008aa0a9779ff9eecadf6db (diff) |
most: explicitely set -L in LDFLAGS and set CFLAGS to -O2 (many were empty)
Diffstat (limited to 'l/pcre')
-rwxr-xr-x | l/pcre/pcre.SlackBuild | 1 |
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} \ |