X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flame;h=71104953dc9a6bc200e49b2b1d830785e41c5150;hb=4e6c35f77d74fc181179c23a0f4ee5db283a1e86;hp=604d505460fc696dc79deee7c8801cbcdce05952;hpb=34273fd05a5b9fe14ec0df6ae0c75e64697df3b3;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/lame b/lfs/lame index 604d50546..71104953d 100644 --- 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 @@ -78,7 +78,7 @@ $(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-mp3rtp - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)