summaryrefslogtreecommitdiffstats
path: root/src/harfbuzz.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/harfbuzz.mk')
-rw-r--r--src/harfbuzz.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/harfbuzz.mk b/src/harfbuzz.mk
index c8d4fcd..bd980a0 100644
--- a/src/harfbuzz.mk
+++ b/src/harfbuzz.mk
@@ -19,11 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --prefix='$(PREFIX)/$(TARGET)' \
- --disable-shared \
- --enable-static \
+ $(MXE_CONFIGURE_OPTS) \
LIBS='-lstdc++'
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef