summaryrefslogtreecommitdiffstats
path: root/src/ogg.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/ogg.mk')
-rw-r--r--src/ogg.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ogg.mk b/src/ogg.mk
index 808e21b..2b3da5b 100644
--- a/src/ogg.mk
+++ b/src/ogg.mk
@@ -18,10 +18,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)'
+ $(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef