]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/streamripper
core124: Ship updated unbound configuration and restart daemon
[people/pmueller/ipfire-2.x.git] / lfs / streamripper
index 9ef65af0b26455cc92a2372b27e996137a9d15fa..681fc1458ce61f619785f896c2d3ccb3b50cfb39 100644 (file)
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = streamripper
 PAK_VER    = 1
 
-DEPS       = "glib libmad libogg libvorbis faad2"
+DEPS       = "libmad libogg libvorbis faad2"
 
 ###############################################################################
 # Top-level Rules
@@ -77,6 +77,7 @@ dist:
 $(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
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install