Commit 6c8b2093 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: tremor: fix CFLAGS and factor

parent 7bb3e919
...@@ -25,7 +25,6 @@ tremor: tremor-svn.tar.xz .sum-tremor ...@@ -25,7 +25,6 @@ tremor: tremor-svn.tar.xz .sum-tremor
.tremor: tremor .ogg .tremor: tremor .ogg
# Stuff that depends on libogg # Stuff that depends on libogg
cd $< && \ cd $< && \
$(HOSTVARS) ./autogen.sh $(HOSTCONF) \ $(HOSTVARS) CFLAGS="$(CFLAGS) $(NOTHUMB)" ./autogen.sh $(HOSTCONF)
--prefix="$(PREFIX)" --disable-shared CFLAGS="$(NOTHUMB)"
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment