X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fsox;h=378429d4d198ef082b0bf3db6310f4f257551fe7;hb=a35a0a4e5f3a0e9f1e5c50fb924284ac9163d6f6;hp=f8998c21e6a883f8bbed7aae938db8132fbf4905;hpb=dbb05fc8b2640a47dfdf7237bb583765e06eddba;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/sox b/lfs/sox index f8998c21e..378429d4d 100644 --- a/lfs/sox +++ b/lfs/sox @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = sox PAK_VER = 1 -DEPS = "libvorbis lame" +DEPS = "libvorbis" ############################################################################### # Top-level Rules @@ -79,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --disable-alsa-dsp --disable-oss-dsp \ --disable-sun-audio --disable-mad - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)