These options aren't valid for apr-util configure
configure: WARNING: unrecognized options: --disable-shared, --with-pic
This commit is contained in:
parent
783a4083ed
commit
49fe796dab
|
@ -1,4 +1,4 @@
|
|||
#! /bin/sh
|
||||
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||
$srcpath/configure "$@" --with-apr=../apr --disable-shared --with-pic --without-sqlite2 --without-sqlite3 --with-expat=builtin
|
||||
$srcpath/configure "$@" --with-apr=../apr --without-sqlite2 --without-sqlite3 --with-expat=builtin
|
||||
|
||||
|
|
Loading…
Reference in New Issue