diff options
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 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 \ |