]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/pmacct
Merge branch 'master' into temp-c165-development
[ipfire-2.x.git] / lfs / pmacct
index 5674ecc1be30e845ec0393cc3e5dbe4d77690fba..9fef56729f9d7bd04f18d7a3becbb232a62a353e 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Accounting and aggregation toolsuite for IPv4 and IPv6
+
 VER        = 1.7.6
 
 THISAPP    = pmacct-$(VER)
@@ -32,12 +34,13 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = pmacct
-PAK_VER    = 1
+PAK_VER    = 2
 
-SUP_ARCH   = none
 
 DEPS       = libcdada
 
+SERVICES   = pmacct
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -79,13 +82,15 @@ $(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) && rm configure
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/pmacct-1.7.6-Werror.patch
        cd $(DIR_APP) && ./autogen.sh
-       cd $(DIR_APP) && ./configure                    \
-               --prefix=/usr                           \
-               --sysconfdir=/etc/pmacct                \
-               --enable-sqlite3                        \
-               --enable-l2                             \
-               --enable-jansson
+       cd $(DIR_APP) && ./configure                \
+                       --prefix=/usr                       \
+                       --sysconfdir=/etc/pmacct        \
+                       --enable-sqlite3                    \
+                       --enable-l2                             \
+                       --enable-jansson
        # Add directory for plugins and pipes
        -mkdir -v /var/spool/pmacct
        # Add configuration folder and copy conf file to it
@@ -94,7 +99,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        #install initscripts
-       $(call INSTALL_INITSCRIPT,pmacct)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
        # Install backup definition
        install -v -m 644 ${DIR_SRC}/config/backup/includes/pmacct \
                        /var/ipfire/backup/addons/includes/pmacct