libraries/gnet: Fix linking error

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Ozan Türkyılmaz 2012-09-13 21:30:47 +05:00 committed by Robby Workman
parent 7561a9f6f5
commit 20a0a7ea32

View file

@ -72,7 +72,7 @@ CXXFLAGS="$SLKCFLAGS" \
# doc/README says to do the following ... errs on gtk-doc for me though
#make distcheck
make
make LDFLAGS="-lglib-2.0"
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \