]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libmpeg2
vpnmain.cgi: Disable compression by default
[ipfire-2.x.git] / lfs / libmpeg2
index 2bf1c6c6af8c91eee26f71081293fc3b4d78c4c1..6d664c9f0c20a6a6dee6d699df7bb2721aab6574 100644 (file)
@@ -77,7 +77,8 @@ $(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)