mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/apcupsd: Add --with-dev="" to configure flags
This leaves DEVICE blank in apcupsd.conf so that UPSTYPE=usb will work properly (it autodetects the UPS). Thanks to tronayne for the bug report and fix. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
699843a169
commit
3059fead0c
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ CXXFLAGS="$SLKCFLAGS -DNETSNMP_NO_LEGACY_DEFINITIONS=1" \
|
|||
--enable-cgi \
|
||||
--with-cgi-bin=${CGIPATH:-/var/www/cgi-bin} \
|
||||
--enable-usb \
|
||||
--with-dev="" \
|
||||
--with-libwrap \
|
||||
--enable-snmp=yes \
|
||||
--enable-gapcmon \
|
||||
|
|
Loading…
Reference in a new issue