mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/gtkglarea: Added -lm as LDFLAGS to fix build with gcc47.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
281f45ef63
commit
6594db522d
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
PRGNAM="gtkglarea"
|
PRGNAM="gtkglarea"
|
||||||
VERSION="1.99.0"
|
VERSION="1.99.0"
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
# Automatically determine the architecture we're building on:
|
||||||
|
@ -50,6 +50,7 @@ cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
chmod -R u+w,go+r-w,a-st .
|
chmod -R u+w,go+r-w,a-st .
|
||||||
|
|
||||||
|
LDFLAGS="-lm" \
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
|
Loading…
Reference in a new issue