package xapian-core: use config.guess

This commit is contained in:
Mark Brand 2012-09-18 23:13:03 +02:00
parent 6727cc9480
commit d55abc4372
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ $(PKG)_DEPS := gcc zlib
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
--enable-static
$(MAKE) -C '$(1)' -j '$(JOBS)' install