summaryrefslogtreecommitdiffstats
path: root/src/libcroco.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcroco.mk')
-rw-r--r--src/libcroco.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libcroco.mk b/src/libcroco.mk
index e6d9371..f291d52 100644
--- a/src/libcroco.mk
+++ b/src/libcroco.mk
@@ -19,9 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)' \
+ $(MXE_CONFIGURE_OPTS) \
--disable-gtk-doc
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef