From 24c8334589734ba9eba41386c03b1c9f9211c006 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Mon, 4 Jun 2012 22:39:37 +0200 Subject: update package geos --- index.html | 2 +- src/geos.mk | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index af891ad..44bdd3e 100644 --- a/index.html +++ b/index.html @@ -1145,7 +1145,7 @@ USE_OSGPLUGIN(<plugin2>) geos - 3.3.3 + 3.3.4 GEOS diff --git a/src/geos.mk b/src/geos.mk index 496fa05..5090510 100644 --- a/src/geos.mk +++ b/src/geos.mk @@ -3,7 +3,7 @@ PKG := geos $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 2ecd23c38d74e5f04757dc528ec30858006fb6a7 +$(PKG)_CHECKSUM := 2ec4be729c851460daf89d0d2ab785be5ef4c5c5 $(PKG)_SUBDIR := geos-$($(PKG)_VERSION) $(PKG)_FILE := geos-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://download.osgeo.org/geos/$($(PKG)_FILE) @@ -19,9 +19,9 @@ endef define $(PKG)_BUILD cd '$(1)' && ./configure \ --host='$(TARGET)' \ + --build="`config.guess`" \ --disable-shared \ - --prefix='$(PREFIX)/$(TARGET)' \ - --disable-swig + --prefix='$(PREFIX)/$(TARGET)' $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= '$(TARGET)-gcc' \ -- cgit v0.12