Ubuntu Pastebin

Paste from Thomas Ward at Wed, 1 Apr 2015 19:52:12 +0000

Download as text
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 \
...
Download as text