From 25fd0a0a0bfc368831c683228c96ce798caf7942 Mon Sep 17 00:00:00 2001 From: Alec Muffett Date: Mon, 8 Jun 2020 08:35:44 +0000 Subject: [PATCH] wip --- opt.d/build-nginx-on-raspbian-stretch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/opt.d/build-nginx-on-raspbian-stretch.sh b/opt.d/build-nginx-on-raspbian-stretch.sh index 95cf376..49924b1 100755 --- a/opt.d/build-nginx-on-raspbian-stretch.sh +++ b/opt.d/build-nginx-on-raspbian-stretch.sh @@ -43,6 +43,7 @@ for modurl in $MODS ; do done # configure and build +echo "$0: info: you can ignore any 'unrecognized command line -msse4.2' error" env ./configure --prefix=$install_dir $OPTS $MODADD || exit 1 # --with-cc-opt="-fPIE -fstack-protector-strong -fexceptions -D_FORTIFY_SOURCE=2" \ # --with-ld-opt="-Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-rpath,$LUAJIT_LIB" \