]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/opus
miniupnpd: move initscript to src/initscripts/packages and use new macro
[ipfire-2.x.git] / lfs / opus
index f5b5d3d3e3e8f730ef7188ddba2b607ccdf1ffd1..2446edb2cbf6cc56ceb530fe520cfbc57f2686f8 100644 (file)
--- a/lfs/opus
+++ b/lfs/opus
@@ -77,7 +77,7 @@ $(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 --libdir=/usr/lib
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)