o) Add --disable-pthreads cause with pthreads the called apccontrol

programm sometimes hangs and prevents a graceful shutdown :-(
This commit is contained in:
Lars Koeller
2004-03-06 17:22:11 +00:00
parent d5e5082e47
commit 73cd1be664

View File

@@ -7,7 +7,7 @@
PORTNAME= apcupsd
PORTVERSION= 3.10.11
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -26,7 +26,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --sbindir=${PREFIX}/sbin \
--with-nologin=/var/run \
--disable-install-distdir --enable-usb \
--sysconfdir=${PREFIX}/etc/apcupsd \
--with-serial-dev=/dev/usv
--with-serial-dev=/dev/usv \
--disable-pthreads
OPTIONS= CLIENT_ONLY "Build apcupsd client only (no network server)" off
OPTIONS+= CGI "Compile with CGI programms to show status" off