mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/fcgi: Updated SlackBuild.
Fixes build failure on -current. Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c391708720
commit
24dc1d7bd2
1 changed files with 1 additions and 2 deletions
|
@ -75,10 +75,9 @@ cat $CWD/fcgi-2.4.0-clientdata-pointer.patch | patch -p1
|
|||
# Fix image paths in html docs (thanks to Gentoo)
|
||||
cat $CWD/fcgi-2.4.0-html-updates.patch | patch -p1
|
||||
|
||||
libtoolize --copy --force
|
||||
# Create some empty files to make autoreconf happy
|
||||
touch INSTALL NEWS AUTHORS ChangeLog COPYING
|
||||
autoreconf -vf
|
||||
autoreconf -vif
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
Loading…
Reference in a new issue