]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/nut
tshark: update to 3.4.7
[ipfire-2.x.git] / lfs / nut
diff --git a/lfs/nut b/lfs/nut
index c1f0192743dfa88e8abe58d2e608aee0f8685b0a..4af5657c5b9ee0113a8687e52bc5214c81e18768 100644 (file)
--- a/lfs/nut
+++ b/lfs/nut
@@ -34,7 +34,9 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = nut
 PAK_VER    = 7
 
-DEPS       = ""
+DEPS       =
+
+CXXFLAGS  += -std=c++11
 
 ###############################################################################
 # Top-level Rules
@@ -77,10 +79,11 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc/nut \
                        --with-usb --with-user=root --with-group=nut \
                        --with-wrap=no --with-udev-dir=/etc/udev
-       cd $(DIR_APP) && make $(MAKETUNING)
+       cd $(DIR_APP) && make #$(MAKETUNING)
        cd $(DIR_APP) && make install
 #      sed -i -e "s|ATTR{|SYSFS{|g" /etc/udev/rules.d/52-nut-usbups.rules
        mkdir -p /var/state/ups