summaryrefslogtreecommitdiffstats
path: root/desktop/emerald
diff options
context:
space:
mode:
author dsomero2012-09-25 04:02:53 +0200
committer dsomero2012-09-25 06:13:25 +0200
commitc45d87c5eb8661e601c8a4b5e17256311bae0510 (patch)
tree2f91c94680316dfdc4569321c88ff84b3a796883 /desktop/emerald
parent031b54d0d3beb1846bf599cbe1dbc84364d718de (diff)
downloadslackbuilds-c45d87c5eb8661e601c8a4b5e17256311bae0510.tar.gz
desktop/emerald: Fixed underlinking
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/emerald')
-rw-r--r--desktop/emerald/emerald.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/emerald/emerald.SlackBuild b/desktop/emerald/emerald.SlackBuild
index 7f626355a8..c0508482bf 100644
--- a/desktop/emerald/emerald.SlackBuild
+++ b/desktop/emerald/emerald.SlackBuild
@@ -6,7 +6,7 @@
PRGNAM=emerald
VERSION=${VERSION:-0.8.8}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -58,7 +58,7 @@ fi
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-LDFLAGS="$SLKLDFLAGS" \
+LDFLAGS="$SLKLDFLAGS -ldl -lm" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \