configure_args is now an array
Note that the of use += requires bash 3.1 or later.
This commit is contained in:
@@ -19,7 +19,7 @@ source[0]=http://curl.haxx.se/download/$topdir-$version.tar.bz2
|
||||
export CPPFLAGS="-I$prefix/include"
|
||||
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
||||
|
||||
configure_args="$configure_args --enable-static=no --enable-http --enable-ftp --enable-file --disable-ldap --enable-manual --disable-ipv6 --enable-cookies --enable-crypto --with-egd-socket=/var/run/egd-pool --with-libidn"
|
||||
configure_args+=(--enable-static=no --enable-http --enable-ftp --enable-file --disable-ldap --enable-manual --disable-ipv6 --enable-cookies --enable-crypto --with-egd-socket=/var/run/egd-pool --with-libidn)
|
||||
|
||||
reg prep
|
||||
prep()
|
||||
|
||||
Reference in New Issue
Block a user