]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/icecast
icecast: FTBFS on aarch64
[ipfire-2.x.git] / lfs / icecast
index d6bb84833ca26b4604d89984566188b8a089b53d..1db2643a89af5c0b84796beed14ef2f7b2899f80 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.3.1
+VER        = 2.3.2
 
 THISAPP    = icecast-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = icecast
-PAK_VER    = 1
+PAK_VER    = 3
 
 DEPS       = "libshout lame sox libvorbis libogg"
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2d80a249fa8529f82d018c6216108ea8
+$(DL_FILE)_MD5 = ff516b3ccd2bcc31e68f460cd316093f
 
 install : $(TARGET)
 
@@ -77,8 +77,9 @@ $(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
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make 
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)