From 4f572114d2a7fd0ac06ac1548959d3d619baf96b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 22 Apr 2012 21:02:16 -0400 Subject: Add '--build' and '--host' configure options. --- diff --git a/build b/build index 8732f1a..6cc5a80 100755 --- a/build +++ b/build @@ -7,7 +7,8 @@ $(PKGS): expat.buildstamp .SILENT: expat.buildstamp expat.buildstamp: cd src && \ - ./configure --prefix=/usr && \ + ./configure --prefix=/usr \ + --build=$${OH_BUILD_ARCH_GNU} --host=$${OH_HOST_ARCH_GNU} && \ make && make DESTDIR=$$(pwd)/../dest install oh-strip -gl /usr/lib/libexpat.so.1.6.0 oh-installfiles $(PKGS) -- cgit v0.9.1