X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flibmpeg2;h=6396da92f9ddee7656eeb611e136a9106cd52359;hb=483803413129ae3999d334b8972bb3daa71f0c9e;hp=6d664c9f0c20a6a6dee6d699df7bb2721aab6574;hpb=dfe630f77c780c17238ae23392e52e68a41ab892;p=ipfire-2.x.git diff --git a/lfs/libmpeg2 b/lfs/libmpeg2 index 6d664c9f0c..6396da92f9 100644 --- a/lfs/libmpeg2 +++ b/lfs/libmpeg2 @@ -77,8 +77,12 @@ $(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 \ + $(UPDATE_AUTOMAKE) + 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)