Skip to content

Instantly share code, notes, and snippets.

@jim-p
Last active December 20, 2015 02:39
Show Gist options
  • Save jim-p/6057410 to your computer and use it in GitHub Desktop.
Save jim-p/6057410 to your computer and use it in GitHub Desktop.
diff --git a/scripts/build/build_installer_packages.sh b/scripts/build/build_installer_packages.sh
index 1bb3555..e403ab5 100755
--- a/scripts/build/build_installer_packages.sh
+++ b/scripts/build/build_installer_packages.sh
@@ -65,7 +65,7 @@ rebuild_port()
make makesum && \
make patch && \
chmod -R 777 work && \
- make $WITH_NLS_DEF $WITH_CURSES_DEF $WITH_CGI_DEF $WITH_QT_DEF \
+ make options_UNSET="${options_UNSET}" options_SET="${options_SET}" $WITH_NLS_DEF $WITH_CURSES_DEF $WITH_CGI_DEF $WITH_QT_DEF \
$WITH_LUA_BACKEND_DEF $WITH_C_BACKEND_DEF $WITH_DEBUG_DEF \
$PORTS_FLAGS package FORCE_PKG_REGISTER=yes && \
rm -rf work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment