changeset 2758:dcf309ba4980

package xapian-core: use config.guess
author Mark Brand <mabrand@mabrand.nl>
date Tue, 18 Sep 2012 23:13:03 +0200
parents c09c51105bf3
children 6c4a5c7e30f8
files src/xapian-core.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xapian-core.mk	Tue Sep 18 23:12:32 2012 +0200
+++ b/src/xapian-core.mk	Tue Sep 18 23:13:03 2012 +0200
@@ -12,6 +12,7 @@
 define $(PKG)_BUILD
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
+        --build="`config.guess`" \
         --prefix='$(PREFIX)/$(TARGET)' \
         --enable-static
     $(MAKE) -C '$(1)' -j '$(JOBS)' install