diff options
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 |
commit | 135595987f9caecd14a982fe3c517548f49a19a7 (patch) | |
tree | 1156619f3de8c097cfeeee4cb5a9dfadc5f452da /network/GhostInTheMail | |
parent | 1d6a191bdf26bcec498f32d26feddae6f89547cf (diff) |
network/GhostInTheMail: Fixed underlinking to libpthread
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/GhostInTheMail')
-rw-r--r-- | network/GhostInTheMail/GhostInTheMail.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/network/GhostInTheMail/GhostInTheMail.SlackBuild b/network/GhostInTheMail/GhostInTheMail.SlackBuild index de1aedeec6ca..788af2382ec9 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 \ |