]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/xtables-addons
IPsec: Update ipsec.conf for GRE/VTI changes
[people/pmueller/ipfire-2.x.git] / lfs / xtables-addons
index da67aa761e84a6e224289451cc745f4e402fb559..4cf220c4e13ed3e1e53f4c302d1845c08a61759a 100644 (file)
@@ -82,6 +82,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/xtables-addons-3.2-fix-database-generation.patch
+
        # Only build the specified modules.
        cp -avf $(DIR_SRC)/config/xtables-addons/mconfig \
                $(DIR_APP)/mconfig
@@ -96,7 +98,7 @@ ifeq "$(USPACE)" "1"
        cd $(DIR_APP) && make install
 
        # Install xt_geoip_build.
-       cd $(DIR_APP) && install -m 755 GeoIP/xt_geoip_build \
+       cd $(DIR_APP) && install -m 755 geoip/xt_geoip_build \
                /usr/local/bin/
 else
        cd $(DIR_APP) && ./configure \