summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2015-11-22 06:19:35 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-28 07:26:17 +0700
commit93306c05d436a75b53b3297f6a4e5e931a8c4766 (patch)
tree0cf34dac2a17f6179c76b78dde22bb62c42201a0
parent5306931eb19ce2ccce15e6b007ed290112ba852c (diff)
downloadslackbuilds-93306c05d436a75b53b3297f6a4e5e931a8c4766.tar.gz
slackbuilds-93306c05d436a75b53b3297f6a4e5e931a8c4766.tar.xz
system/man-db: Fix compile issue.
-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" \