]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libmpeg2: Fix build on x86_64
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Aug 2015 10:27:21 +0000 (12:27 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Aug 2015 10:27:21 +0000 (12:27 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
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)