]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/apcupsd
add WEB-IF for addon apcupsd
[people/pmueller/ipfire-2.x.git] / lfs / apcupsd
index 6d6fc913d58c56a07f4b27712908be19cfc30c81..0d6f9a0b34c1e6b4efceb9a354f2f815ab217a0f 100644 (file)
@@ -77,7 +77,8 @@ $(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 --enable-usb
+       cd $(DIR_APP) && ./configure --prefix=/usr --enable-usb --enable-cgi \
+                                       --with-cgi-bin=/srv/web/ipfire/cgi-bin
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        install -v -m755 $(DIR_SRC)/config/apcupsd/apcupsd /etc/init.d/apcupsd