opus: portability fix for bashisms

This commit is contained in:
Tony Theodore 2014-11-30 23:02:18 +11:00
parent e94aa0a901
commit 78c4c66e3c
1 changed files with 3 additions and 3 deletions

View File

@ -21,10 +21,10 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
cd '$(1)' && $(SHELL) ./configure \
$(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' $(MXE_DISABLE_CRUFT)
$(MAKE) -C '$(1)' -j 1 install $(MXE_DISABLE_CRUFT)
$(MAKE) -C '$(1)' -j '$(JOBS)' SHELL=$(SHELL) $(MXE_DISABLE_CRUFT)
$(MAKE) -C '$(1)' -j 1 install SHELL=$(SHELL) $(MXE_DISABLE_CRUFT)
rm -f '$(PREFIX)/$(TARGET)'/share/man/man3/opus_*.3
rm -f '$(PREFIX)/$(TARGET)'/share/man/man3/opus.h.3
rm -rf '$(PREFIX)/$(TARGET)'/share/doc/opus/html