nginx: drop redundant --with-cc-opt configure arg
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 6 Apr 2024 14:56:14 +0000 (16:56 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sat, 6 Apr 2024 14:56:14 +0000 (16:56 +0200)
commit9d809674e3c243327015c781ea5fe3e165c399f1
treeab475eb239fde8c97adc34dd02ba3f269d7c6421
parent9278e7d624e8a12f9874efc1f32af5e49ef352f9
nginx: drop redundant --with-cc-opt configure arg

Drop redundant --with-cc-opt configure arg to mute warning of
cc1: note: someone does not honour COPTS correctly, passed 2 times.

CFLAGS are already parsed and correctly applied without this option and
adding it just makes the CFLAGS appended twice.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
net/nginx/Makefile