From eabcce499f10871d4aca2cb73ed46df6efde5733 Mon Sep 17 00:00:00 2001 From: Tuukka Pasanen Date: Sun, 15 Dec 2013 15:53:10 +0200 Subject: Updated Harfbuzz for shared build --- src/harfbuzz.mk | 6 +----- 1 file changed, 1 insertion(+), 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 -- cgit v0.12