summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@gmail.com>2012-09-25 10:10:45 +0700
committer Robby Workman <rworkman@slackbuilds.org>2012-09-24 22:23:38 -0500
commit135595987f9caecd14a982fe3c517548f49a19a7 (patch)
tree1156619f3de8c097cfeeee4cb5a9dfadc5f452da
parent1d6a191bdf26bcec498f32d26feddae6f89547cf (diff)
downloadslackbuilds-135595987f9caecd14a982fe3c517548f49a19a7.tar.gz
slackbuilds-135595987f9caecd14a982fe3c517548f49a19a7.tar.xz
network/GhostInTheMail: Fixed underlinking to libpthread
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--network/GhostInTheMail/GhostInTheMail.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/GhostInTheMail/GhostInTheMail.SlackBuild b/network/GhostInTheMail/GhostInTheMail.SlackBuild
index de1aedeec6..788af2382e 100644
--- a/network/GhostInTheMail/GhostInTheMail.SlackBuild
+++ b/network/GhostInTheMail/GhostInTheMail.SlackBuild
@@ -3,10 +3,11 @@
# Slackware build script for Ghost In The Mail
# Written by majk <majk@konstelacioj.info>
+# Updated by Willy Sudiarto Raharjo <willysr@slackware-id.org>
PRGNAM=GhostInTheMail
VERSION=${VERSION:-0.5}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -53,6 +54,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+LDFLAGS="-lpthread" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \