projects
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
42052c3
)
icecast: FTBFS on aarch64
author
Michael Tremer
<michael.tremer@ipfire.org>
Fri, 5 May 2017 11:30:56 +0000
(13:30 +0200)
committer
Michael Tremer
<michael.tremer@ipfire.org>
Thu, 31 May 2018 11:05:28 +0000
(12:05 +0100)
Needed automake update
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/icecast
patch
|
blob
|
blame
|
history
diff --git
a/lfs/icecast
b/lfs/icecast
index
5250725
..
1db2643
100644
(file)
--- a/
lfs/icecast
+++ b/
lfs/icecast
@@
-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
cd $(DIR_APP) && make
cd $(DIR_APP) && make install