From: Michael Tremer Date: Sat, 22 Aug 2015 10:27:21 +0000 (+0200) Subject: libmpeg2: Fix build on x86_64 X-Git-Tag: v2.17-core94~37^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e16634a2267f4642f1ee9edeec7e815f0b49896;p=ipfire-2.x.git libmpeg2: Fix build on x86_64 Signed-off-by: Michael Tremer --- diff --git a/lfs/libmpeg2 b/lfs/libmpeg2 index 2bf1c6c6af..6d664c9f0c 100644 --- a/lfs/libmpeg2 +++ b/lfs/libmpeg2 @@ -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)