]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libmpeg2
Update for numerous lfs-files: removed deprecated configure options
[ipfire-2.x.git] / lfs / libmpeg2
index 6d664c9f0c20a6a6dee6d699df7bb2721aab6574..488a597378cebfda00266941c078fca18af2c039 100644 (file)
@@ -77,8 +77,11 @@ $(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) && ./configure --prefix=/usr --enable-shared \
+       cd $(DIR_APP) && ./configure \
+               --prefix=/usr \
+               --enable-shared \
                --disable-accel-detect
+
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)