summaryrefslogtreecommitdiffstats
path: root/system/man-db
diff options
context:
space:
mode:
author B. Watson2015-11-22 12:19:35 +0100
committer Willy Sudiarto Raharjo2015-11-28 01:26:17 +0100
commit93306c05d436a75b53b3297f6a4e5e931a8c4766 (patch)
tree0cf34dac2a17f6179c76b78dde22bb62c42201a0 /system/man-db
parent5306931eb19ce2ccce15e6b007ed290112ba852c (diff)
downloadslackbuilds-93306c05d436a75b53b3297f6a4e5e931a8c4766.tar.gz
system/man-db: Fix compile issue.
Diffstat (limited to 'system/man-db')
-rw-r--r--system/man-db/man-db.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/man-db/man-db.SlackBuild b/system/man-db/man-db.SlackBuild
index 8ca42af8fb..8ed7d8b496 100644
--- a/system/man-db/man-db.SlackBuild
+++ b/system/man-db/man-db.SlackBuild
@@ -121,6 +121,7 @@ find -L . \
# libpipeline_LIBS="-L$PKG/usr/lib$LIBDIRSUFFIX -lpipeline"
# gets broken by libtool (it *insists* on replacing -lpipeline with
# /usr/lib64/libpipeline.so, which will fail if it's an older version).
+LD_LIBRARY_PATH="$PKG/usr/lib$LIBDIRSUFFIX" \
LDFLAGS="$PKG/usr/lib$LIBDIRSUFFIX/libpipeline.so" \
libpipeline_CFLAGS="-I$PKG/usr/include" \
libpipeline_LIBS="-L$PKG/usr/lib$LIBDIRSUFFIX $PKG/usr/lib$LIBDIRSUFFIX/libpipeline.so" \