]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/pammysql
kernel: fix imq patch for 3.10.30.
[people/teissler/ipfire-2.x.git] / lfs / pammysql
index 78da051030d5a62ede6dfa21d5141715e7c04ee7..a9f15bbe78cdc409d924d23223753fabb7f920d5 100644 (file)
@@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --with-pam=/usr --with-pam-mods-dir=/lib/security --with-mysql=/usr --with-openssl=/usr    # --with-cyrus-sasl2=/usr
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)