]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Added usb flag to apcupds
authormaniacikarus <maniacikarus@ipfire.org>
Mon, 19 Jan 2009 21:29:58 +0000 (22:29 +0100)
committermaniacikarus <maniacikarus@ipfire.org>
Mon, 19 Jan 2009 21:29:58 +0000 (22:29 +0100)
lfs/apcupsd

index 5f48ce4bade34adbb1d61e7363906ae90e4d6551..af6de2273e2bc04245753b8b3394f5ce76605930 100644 (file)
@@ -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)