diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-18 06:53:54 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-18 19:32:38 -0500 |
commit | 5635ff0836270f7f884b6b27ef85e98bc1f7301e (patch) | |
tree | c8a72934bc426ed0b8ca8188e62088b5aac59947 /audio | |
parent | 6757465e42f14b869d018b94b76bd0eeddfe6475 (diff) | |
download | slackbuilds-5635ff0836270f7f884b6b27ef85e98bc1f7301e.tar.gz |
audio/tagtool: Fixed underlinking
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tagtool/tagtool.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/tagtool/tagtool.SlackBuild b/audio/tagtool/tagtool.SlackBuild index 106207bf02..a2b4e03d1a 100644 --- a/audio/tagtool/tagtool.SlackBuild +++ b/audio/tagtool/tagtool.SlackBuild @@ -5,15 +5,13 @@ PRGNAM=tagtool VERSION=0.12.3 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -50,6 +48,7 @@ chmod -R u+w,go+r-w,a-s . CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ +LDFLAGS="-lm -logg" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ |