mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/gnet: Fix linking error
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
7561a9f6f5
commit
20a0a7ea32
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue