From 6b964b69935fcc52a1c0a95695ca436e00b6690f Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Thu, 14 Feb 2008 14:32:59 +0000 Subject: Drastically reworked bootstrap package. git-svn-id: http://svn.telesphoreo.org/trunk@88 514c082c-b64e-11dc-b46d-3d985efe055d --- util/configure.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'util') diff --git a/util/configure.sh b/util/configure.sh index 0c1cfba6f..1a7efc6b0 100755 --- a/util/configure.sh +++ b/util/configure.sh @@ -3,4 +3,8 @@ for ltmain in $(find -name ltmain.sh); do patch -N "${ltmain}" "$(dirname "$0")/libtool.diff" || true done -PKG_ROOT=/home/saurik/iphone/sysroot PKG_CONFIG="$(realpath ../../../util/pkg-config.sh) --define-variable=prefix=/home/saurik/iphone/sysroot/usr" PKG_CONFIG_PATH=/home/saurik/iphone/sysroot/usr/lib/pkgconfig ./configure --prefix=/usr --host=arm-apple-darwin --enable-static=no --enable-shared=yes "$@" +if [[ -z $PKG_CONF ]]; then + PKG_CONF=./configure +fi + +PKG_ROOT=/home/saurik/iphone/sysroot PKG_CONFIG="$(realpath ../../../util/pkg-config.sh) --define-variable=prefix=/home/saurik/iphone/sysroot/usr" PKG_CONFIG_PATH=/home/saurik/iphone/sysroot/usr/lib/pkgconfig $PKG_CONF --prefix=/usr --host=arm-apple-darwin --enable-static=no --enable-shared=yes "$@" -- cgit v1.2.3