]> 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 2bf1c6c6af8c91eee26f71081293fc3b4d78c4c1..488a597378cebfda00266941c078fca18af2c039 100644 (file)
@@ -77,7 +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)