summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-11-27 04:32:08 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-11-27 04:32:08 (GMT)
commitbe575a8ea25229f58fdacad3b992c40ee5144ec6 (patch)
treeddde39380159775fe54e771c7e2691ebcdfb2445
parenta01c68fa02cc75ef38b8b8b5c1baa4fbb4089e11 (diff)
downloadmxe-be575a8ea25229f58fdacad3b992c40ee5144ec6.zip
mxe-be575a8ea25229f58fdacad3b992c40ee5144ec6.tar.gz
mxe-be575a8ea25229f58fdacad3b992c40ee5144ec6.tar.bz2
xapian-core: update and enable shared
-rw-r--r--src/xapian-core.mk14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/xapian-core.mk b/src/xapian-core.mk
index 2291312..c12a404 100644
--- a/src/xapian-core.mk
+++ b/src/xapian-core.mk
@@ -3,8 +3,8 @@
PKG := xapian-core
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.2.16
-$(PKG)_CHECKSUM := c280ee15b14416043874f7754e0b054ac0624e7b
+$(PKG)_VERSION := 1.2.19
+$(PKG)_CHECKSUM := a8679cd0f708e32f2ec76bcdc198cd9fa2e1d65e
$(PKG)_SUBDIR := xapian-core-$($(PKG)_VERSION)
$(PKG)_FILE := xapian-core-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://oligarchy.co.uk/xapian/$($(PKG)_VERSION)/$($(PKG)_FILE)
@@ -18,11 +18,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --prefix='$(PREFIX)/$(TARGET)' \
- --enable-static
- $(MAKE) -C '$(1)' -j '$(JOBS)' install
+ $(MXE_CONFIGURE_OPTS)
+ $(MAKE) -C '$(1)' -j '$(JOBS)'
+ $(MAKE) -C '$(1)' -j 1 install
endef
-
-$(PKG)_BUILD_SHARED =