Updated Harfbuzz for shared build

This commit is contained in:
Tuukka Pasanen 2013-12-15 15:53:10 +02:00 committed by Tony Theodore
parent 41760b1867
commit eabcce499f
1 changed files with 1 additions and 5 deletions

View File

@ -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