Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=9c70e4f6f0f5e6ad853e35780b2a0dddea24b1ed
commit 9c70e4f6f0f5e6ad853e35780b2a0dddea24b1ed Author: crazy <[email protected]> Date: Tue Jan 30 17:14:40 2018 +0100 is ONOW not ONONOW diff --git a/scripts/makepkg b/scripts/makepkg index add4de2..2cc3e66 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -2127,7 +2127,7 @@ if [ "$ONORELRO" == "0" ]; then msg2 "RELRO_LDFLAGS: OFF " fi -if [ "$ONONOW" == "0" ]; then +if [ "$ONOW" == "0" ]; then msg2 "BINDNOW_LDFLAGS: OFF " fi _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
