Commit 6b8e9038 by Sam Stephenson

Pass $CONFIGURE_OPTS to ./configure

parent b08d7352
...@@ -108,7 +108,7 @@ build_package() { ...@@ -108,7 +108,7 @@ build_package() {
build_package_standard() { build_package_standard() {
local package_name="$1" local package_name="$1"
{ ./configure --prefix="$PREFIX_PATH" { ./configure --prefix="$PREFIX_PATH" $CONFIGURE_OPTS
make -j 2 make -j 2
make install make install
} >&4 2>&1 } >&4 2>&1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment