]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/libdvbpsi
OpenVPN: Bugfix 10352: When opening advanced server options all fields are disabled...
[people/teissler/ipfire-2.x.git] / lfs / libdvbpsi
index 168f108d2d8528b16ba6fd681119e98f89d93f75..cc7f0e34d8f7dbf7e2bc373417f23b4e82004bec 100644 (file)
@@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)