From: maniacikarus Date: Mon, 19 Jan 2009 21:29:58 +0000 (+0100) Subject: Added usb flag to apcupds X-Git-Tag: v2.5-beta1~215 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=560bcd93006a311635abd1219ef96ec3440c582e;p=ipfire-2.x.git Added usb flag to apcupds --- diff --git a/lfs/apcupsd b/lfs/apcupsd index 5f48ce4bad..af6de2273e 100644 --- a/lfs/apcupsd +++ b/lfs/apcupsd @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = apcupsd -PAK_VER = 1 +PAK_VER = 2 DEPS = "" @@ -77,7 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure --prefix=/usr --enable-usb cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)