1 2 3 4 5 6 7 8 | # configure flags
common_configure_flags := \
--with-cc-opt="$(debian_cflags)" \
--with-ld-opt="$(debian_ldflags)" \
-fPIE -pie \
--prefix=/usr/share/nginx \
--conf-path=/etc/nginx/nginx.conf \
...
|