Commit 1e5ba476 authored by Rafaël Carré's avatar Rafaël Carré

contrib: speex: doesn't build in thumb

parent 40e6d6d1
...@@ -38,7 +38,7 @@ endif ...@@ -38,7 +38,7 @@ endif
.speex: speex .speex: speex
$(RECONF) $(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(CONFIG_OPTS) cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) $(NOTHUMB)" ./configure $(HOSTCONF) $(CONFIG_OPTS)
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