mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
misc/cwiid: Minor script fix.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
a86ff1c187
commit
4028fc480b
1 changed files with 4 additions and 3 deletions
|
@ -6,6 +6,9 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20170306 bkw:
|
||||
# - Add --disable-ldconfig
|
||||
|
||||
# 20130318 bkw:
|
||||
# - Upgraded from 0.6.00 to 0.6.00+svn201
|
||||
# - Added init script
|
||||
|
@ -70,12 +73,10 @@ patch -p1 < $CWD/"add_other_plugins_#487498.patch"
|
|||
|
||||
autoreconf -if
|
||||
|
||||
# ./configure --help documents this option, but it's not actually recognized:
|
||||
# --disable-ldconfig
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--disable-ldconfig \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib$LIBDIRSUFFIX \
|
||||
--sysconfdir=/etc \
|
||||
|
|
Loading…
Reference in a new issue