diff options
author | larryhaja <larryhaja@gmail.com> | 2012-09-16 20:24:16 -0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-16 23:00:11 -0500 |
commit | 0fbeb9d970612b88f96ffa13235b857d07613358 (patch) | |
tree | 8763d95da747e32d19c861939c036948d20b5705 /games | |
parent | a2a42ebd00a18785718eca8c8945c405a9493a34 (diff) | |
download | slackbuilds-0fbeb9d970612b88f96ffa13235b857d07613358.tar.gz |
games/pasang-emas: Added -lm to configure for linking issues.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/pasang-emas/pasang-emas.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/pasang-emas/pasang-emas.SlackBuild b/games/pasang-emas/pasang-emas.SlackBuild index 128abe89d6..bec9b9479e 100644 --- a/games/pasang-emas/pasang-emas.SlackBuild +++ b/games/pasang-emas/pasang-emas.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=pasang-emas VERSION=3.1.0 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -56,6 +56,7 @@ find . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ +LIBS="-lm" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ |