Commit 6b8e9038 authored by Sam Stephenson's avatar Sam Stephenson
Browse files

Pass $CONFIGURE_OPTS to ./configure

parent b08d7352
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ build_package() {
build_package_standard() {
  local package_name="$1"

  { ./configure --prefix="$PREFIX_PATH"
  { ./configure --prefix="$PREFIX_PATH" $CONFIGURE_OPTS
    make -j 2
    make install
  } >&4 2>&1