]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/lame
python3-pyasn1: New package as required by aws-cli
[ipfire-2.x.git] / lfs / lame
index 51faa7a5ef2d2356cad056018ebf7fcbd1f84885..70aa478281945689476328fd25cb584517c39ad1 100644 (file)
--- a/lfs/lame
+++ b/lfs/lame
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = lame
 PAK_VER    = 1
 
-DEPS       = "libmad"
+DEPS       = ""
 
 ###############################################################################
 # Top-level Rules
@@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && ./configure --prefix=/usr --enable-mp3rtp
        cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install