diff options
Diffstat (limited to 'src/harfbuzz.mk')
-rw-r--r-- | src/harfbuzz.mk | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/harfbuzz.mk b/src/harfbuzz.mk index a2e1823..ca9a0d4 100644 --- a/src/harfbuzz.mk +++ b/src/harfbuzz.mk @@ -3,8 +3,8 @@ PKG := harfbuzz $(PKG)_IGNORE := -$(PKG)_VERSION := 0.9.18 -$(PKG)_CHECKSUM := 621943fa0cadbc5514d8c8cdf985b7158baebc2d +$(PKG)_VERSION := 0.9.27 +$(PKG)_CHECKSUM := e5bb66040c201895d72f717e0f1fd3fea5544053 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://www.freedesktop.org/software/$(PKG)/release/$($(PKG)_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 |