mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/splint: Fixed to build with bison-3.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
748441665b
commit
4ed8a0d25f
1 changed files with 6 additions and 1 deletions
|
@ -67,7 +67,12 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--mandir=/usr/man \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
# Fix for bison-3 (LDFLAGS doesn't work)
|
||||
sed -i \
|
||||
-e 's/^LIBS = $/LIBS = -lfl/' \
|
||||
src/Makefile
|
||||
|
||||
make -j1
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
Loading…
Reference in a new issue