misc/cwiid: Minor script fix.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-03-06 04:55:07 -05:00 committed by Willy Sudiarto Raharjo
parent 4864c00d08
commit 8d2bcc8e9e

View file

@ -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 \