| 1 | ./make
|
|---|
| 2 |
|
|---|
| 3 | make -f objs/Makefile
|
|---|
| 4 | make[1]: Entering directory `/nginxsource/nginx-1.10.2'
|
|---|
| 5 | cd ../pcre-8.39 \
|
|---|
| 6 | && if [ -f Makefile ]; then make distclean; fi \
|
|---|
| 7 | && CC="cc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \
|
|---|
| 8 | ./configure --disable-shared
|
|---|
| 9 | make[2]: Entering directory `/nginxsource/pcre-8.39'
|
|---|
| 10 | rm -f pcretest pcregrep
|
|---|
| 11 | test -z "pcre_chartables.c testsavedregex teststderr testtemp* testtry testNinput testtrygrep teststderrgrep testNinputgrep" || rm -f pcre_chartables.c testsavedregex teststderr testtemp* testtry testNinput testtrygrep teststderrgrep testNinputgrep
|
|---|
| 12 | test -z "libpcre.la libpcreposix.la libpcrecpp.la" || rm -f libpcre.la libpcreposix.la libpcrecpp.la
|
|---|
| 13 | rm -f ./so_locations
|
|---|
| 14 | rm -rf .libs _libs
|
|---|
| 15 | rm -f pcrecpp_unittest pcre_scanner_unittest pcre_stringpiece_unittest
|
|---|
| 16 | rm -f *.o
|
|---|
| 17 | test -z "pcrecpp_unittest.log pcre_scanner_unittest.log pcre_stringpiece_unittest.log RunTest.log RunGrepTest.log" || rm -f pcrecpp_unittest.log pcre_scanner_unittest.log pcre_stringpiece_unittest.log RunTest.log RunGrepTest.log
|
|---|
| 18 | test -z "pcrecpp_unittest.trs pcre_scanner_unittest.trs pcre_stringpiece_unittest.trs RunTest.trs RunGrepTest.trs" || rm -f pcrecpp_unittest.trs pcre_scanner_unittest.trs pcre_stringpiece_unittest.trs RunTest.trs RunGrepTest.trs
|
|---|
| 19 | test -z "test-suite.log" || rm -f test-suite.log
|
|---|
| 20 | rm -f *.lo
|
|---|
| 21 | rm -f *.tab.c
|
|---|
| 22 | test -z "libpcre.pc libpcre16.pc libpcre32.pc libpcreposix.pc libpcrecpp.pc pcre-config pcre.h pcre_stringpiece.h pcrecpparg.h" || rm -f libpcre.pc libpcre16.pc libpcre32.pc libpcreposix.pc libpcrecpp.pc pcre-config pcre.h pcre_stringpiece.h pcrecpparg.h
|
|---|
| 23 | test . = "." || test -z "" || rm -f
|
|---|
| 24 | rm -f config.h stamp-h1
|
|---|
| 25 | rm -f libtool config.lt
|
|---|
| 26 | rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|---|
| 27 | rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
|---|
| 28 | rm -f config.status config.cache config.log configure.lineno config.status.lineno
|
|---|
| 29 | rm -rf ./.deps
|
|---|
| 30 | rm -f Makefile
|
|---|
| 31 | make[2]: Leaving directory `/nginxsource/pcre-8.39'
|
|---|
| 32 | checking for a BSD-compatible install... /usr/bin/install -c
|
|---|
| 33 | checking whether build environment is sane... yes
|
|---|
| 34 | checking for a thread-safe mkdir -p... /bin/mkdir -p
|
|---|
| 35 | checking for gawk... no
|
|---|
| 36 | checking for mawk... mawk
|
|---|
| 37 | checking whether make sets $(MAKE)... yes
|
|---|
| 38 | checking whether make supports nested variables... yes
|
|---|
| 39 | checking whether make supports nested variables... (cached) yes
|
|---|
| 40 | checking for style of include used by make... GNU
|
|---|
| 41 | checking for gcc... cc
|
|---|
| 42 | checking whether the C compiler works... yes
|
|---|
| 43 | checking for C compiler default output file name... a.out
|
|---|
| 44 | checking for suffix of executables...
|
|---|
| 45 | checking whether we are cross compiling... no
|
|---|
| 46 | checking for suffix of object files... o
|
|---|
| 47 | checking whether we are using the GNU C compiler... yes
|
|---|
| 48 | checking whether cc accepts -g... yes
|
|---|
| 49 | checking for cc option to accept ISO C89... none needed
|
|---|
| 50 | checking whether cc understands -c and -o together... yes
|
|---|
| 51 | checking dependency style of cc... gcc3
|
|---|
| 52 | checking for ar... ar
|
|---|
| 53 | checking the archiver (ar) interface... ar
|
|---|
| 54 | checking for gcc... (cached) cc
|
|---|
| 55 | checking whether we are using the GNU C compiler... (cached) yes
|
|---|
| 56 | checking whether cc accepts -g... (cached) yes
|
|---|
| 57 | checking for cc option to accept ISO C89... (cached) none needed
|
|---|
| 58 | checking whether cc understands -c and -o together... (cached) yes
|
|---|
| 59 | checking dependency style of cc... (cached) gcc3
|
|---|
| 60 | checking for g++... g++
|
|---|
| 61 | checking whether we are using the GNU C++ compiler... yes
|
|---|
| 62 | checking whether g++ accepts -g... yes
|
|---|
| 63 | checking dependency style of g++... gcc3
|
|---|
| 64 | checking how to run the C preprocessor... cc -E
|
|---|
| 65 | checking for grep that handles long lines and -e... /bin/grep
|
|---|
| 66 | checking for egrep... /bin/grep -E
|
|---|
| 67 | checking for ANSI C header files... yes
|
|---|
| 68 | checking for sys/types.h... yes
|
|---|
| 69 | checking for sys/stat.h... yes
|
|---|
| 70 | checking for stdlib.h... yes
|
|---|
| 71 | checking for string.h... yes
|
|---|
| 72 | checking for memory.h... yes
|
|---|
| 73 | checking for strings.h... yes
|
|---|
| 74 | checking for inttypes.h... yes
|
|---|
| 75 | checking for stdint.h... yes
|
|---|
| 76 | checking for unistd.h... yes
|
|---|
| 77 | checking for int64_t... yes
|
|---|
| 78 | checking build system type... i686-pc-linux-gnu
|
|---|
| 79 | checking host system type... i686-pc-linux-gnu
|
|---|
| 80 | checking how to print strings... printf
|
|---|
| 81 | checking for a sed that does not truncate output... /bin/sed
|
|---|
| 82 | checking for fgrep... /bin/grep -F
|
|---|
| 83 | checking for ld used by cc... /usr/bin/ld
|
|---|
| 84 | checking if the linker (/usr/bin/ld) is GNU ld... yes
|
|---|
| 85 | checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
|
|---|
| 86 | checking the name lister (/usr/bin/nm -B) interface... BSD nm
|
|---|
| 87 | checking whether ln -s works... yes
|
|---|
| 88 | checking the maximum length of command line arguments... 805306365
|
|---|
| 89 | checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
|
|---|
| 90 | checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
|
|---|
| 91 | checking for /usr/bin/ld option to reload object files... -r
|
|---|
| 92 | checking for objdump... objdump
|
|---|
| 93 | checking how to recognize dependent libraries... pass_all
|
|---|
| 94 | checking for dlltool... dlltool
|
|---|
| 95 | checking how to associate runtime and link libraries... printf %s\n
|
|---|
| 96 | checking for archiver @FILE support... @
|
|---|
| 97 | checking for strip... strip
|
|---|
| 98 | checking for ranlib... ranlib
|
|---|
| 99 | checking command to parse /usr/bin/nm -B output from cc object... ok
|
|---|
| 100 | checking for sysroot... no
|
|---|
| 101 | checking for a working dd... /bin/dd
|
|---|
| 102 | checking how to truncate binary pipes... /bin/dd bs=4096 count=1
|
|---|
| 103 | checking for mt... mt
|
|---|
| 104 | checking if mt is a manifest tool... no
|
|---|
| 105 | checking for dlfcn.h... yes
|
|---|
| 106 | checking for objdir... .libs
|
|---|
| 107 | checking if cc supports -fno-rtti -fno-exceptions... no
|
|---|
| 108 | checking for cc option to produce PIC... -fPIC -DPIC
|
|---|
| 109 | checking if cc PIC flag -fPIC -DPIC works... yes
|
|---|
| 110 | checking if cc static flag -static works... yes
|
|---|
| 111 | checking if cc supports -c -o file.o... yes
|
|---|
| 112 | checking if cc supports -c -o file.o... (cached) yes
|
|---|
| 113 | checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
|
|---|
| 114 | checking dynamic linker characteristics... GNU/Linux ld.so
|
|---|
| 115 | checking how to hardcode library paths into programs... immediate
|
|---|
| 116 | checking whether stripping libraries is possible... yes
|
|---|
| 117 | checking if libtool supports shared libraries... yes
|
|---|
| 118 | checking whether to build shared libraries... no
|
|---|
| 119 | checking whether to build static libraries... yes
|
|---|
| 120 | checking how to run the C++ preprocessor... g++ -E
|
|---|
| 121 | checking for ld used by g++... /usr/bin/ld
|
|---|
| 122 | checking if the linker (/usr/bin/ld) is GNU ld... yes
|
|---|
| 123 | checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
|
|---|
| 124 | checking for g++ option to produce PIC... -fPIC -DPIC
|
|---|
| 125 | checking if g++ PIC flag -fPIC -DPIC works... yes
|
|---|
| 126 | checking if g++ static flag -static works... yes
|
|---|
| 127 | checking if g++ supports -c -o file.o... yes
|
|---|
| 128 | checking if g++ supports -c -o file.o... (cached) yes
|
|---|
| 129 | checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
|
|---|
| 130 | checking dynamic linker characteristics... (cached) GNU/Linux ld.so
|
|---|
| 131 | checking how to hardcode library paths into programs... immediate
|
|---|
| 132 | checking whether ln -s works... yes
|
|---|
| 133 | checking whether the -Werror option is usable... yes
|
|---|
| 134 | checking for simple visibility declarations... yes
|
|---|
| 135 | checking for ANSI C header files... (cached) yes
|
|---|
| 136 | checking limits.h usability... yes
|
|---|
| 137 | checking limits.h presence... yes
|
|---|
| 138 | checking for limits.h... yes
|
|---|
| 139 | checking for sys/types.h... (cached) yes
|
|---|
| 140 | checking for sys/stat.h... (cached) yes
|
|---|
| 141 | checking dirent.h usability... yes
|
|---|
| 142 | checking dirent.h presence... yes
|
|---|
| 143 | checking for dirent.h... yes
|
|---|
| 144 | checking windows.h usability... no
|
|---|
| 145 | checking windows.h presence... no
|
|---|
| 146 | checking for windows.h... no
|
|---|
| 147 | checking for alias support in the linker... no
|
|---|
| 148 | checking for alias support in the linker... no
|
|---|
| 149 | checking string usability... yes
|
|---|
| 150 | checking string presence... yes
|
|---|
| 151 | checking for string... yes
|
|---|
| 152 | checking bits/type_traits.h usability... no
|
|---|
| 153 | checking bits/type_traits.h presence... no
|
|---|
| 154 | checking for bits/type_traits.h... no
|
|---|
| 155 | checking type_traits.h usability... no
|
|---|
| 156 | checking type_traits.h presence... no
|
|---|
| 157 | checking for type_traits.h... no
|
|---|
| 158 | checking for strtoq... yes
|
|---|
| 159 | checking for long long... yes
|
|---|
| 160 | checking for unsigned long long... yes
|
|---|
| 161 | checking for an ANSI C-conforming const... yes
|
|---|
| 162 | checking for size_t... yes
|
|---|
| 163 | checking for bcopy... yes
|
|---|
| 164 | checking for memmove... yes
|
|---|
| 165 | checking for strerror... yes
|
|---|
| 166 | checking zlib.h usability... yes
|
|---|
| 167 | checking zlib.h presence... yes
|
|---|
| 168 | checking for zlib.h... yes
|
|---|
| 169 | checking for gzopen in -lz... yes
|
|---|
| 170 | checking bzlib.h usability... no
|
|---|
| 171 | checking bzlib.h presence... no
|
|---|
| 172 | checking for bzlib.h... no
|
|---|
| 173 | checking for libbz2... no
|
|---|
| 174 | checking that generated files are newer than configure... done
|
|---|
| 175 | configure: creating ./config.status
|
|---|
| 176 | config.status: creating Makefile
|
|---|
| 177 | config.status: creating libpcre.pc
|
|---|
| 178 | config.status: creating libpcre16.pc
|
|---|
| 179 | config.status: creating libpcre32.pc
|
|---|
| 180 | config.status: creating libpcreposix.pc
|
|---|
| 181 | config.status: creating libpcrecpp.pc
|
|---|
| 182 | config.status: creating pcre-config
|
|---|
| 183 | config.status: creating pcre.h
|
|---|
| 184 | config.status: creating pcre_stringpiece.h
|
|---|
| 185 | config.status: creating pcrecpparg.h
|
|---|
| 186 | config.status: creating config.h
|
|---|
| 187 | config.status: executing depfiles commands
|
|---|
| 188 | config.status: executing libtool commands
|
|---|
| 189 | config.status: executing script-chmod commands
|
|---|
| 190 | config.status: executing delete-old-chartables commands
|
|---|
| 191 |
|
|---|
| 192 | pcre-8.39 configuration summary:
|
|---|
| 193 |
|
|---|
| 194 | Install prefix .................. : /usr/local
|
|---|
| 195 | C preprocessor .................. : cc -E
|
|---|
| 196 | C compiler ...................... : cc
|
|---|
| 197 | C++ preprocessor ................ : g++ -E
|
|---|
| 198 | C++ compiler .................... : g++
|
|---|
| 199 | Linker .......................... : /usr/bin/ld
|
|---|
| 200 | C preprocessor flags ............ :
|
|---|
| 201 | C compiler flags ................ : -O2 -fomit-frame-pointer -pipe -fvisibility=hidden
|
|---|
| 202 | C++ compiler flags .............. : -O2 -fvisibility=hidden -fvisibility-inlines-hidden
|
|---|
| 203 | Linker flags .................... :
|
|---|
| 204 | Extra libraries ................. :
|
|---|
| 205 |
|
|---|
| 206 | Build 8 bit pcre library ........ : yes
|
|---|
| 207 | Build 16 bit pcre library ....... : no
|
|---|
| 208 | Build 32 bit pcre library ....... : no
|
|---|
| 209 | Build C++ library ............... : yes
|
|---|
| 210 | Enable JIT compiling support .... : no
|
|---|
| 211 | Enable UTF-8/16/32 support ...... : no
|
|---|
| 212 | Unicode properties .............. : no
|
|---|
| 213 | Newline char/sequence ........... : lf
|
|---|
| 214 | \R matches only ANYCRLF ......... : no
|
|---|
| 215 | EBCDIC coding ................... : no
|
|---|
| 216 | EBCDIC code for NL .............. : n/a
|
|---|
| 217 | Rebuild char tables ............. : no
|
|---|
| 218 | Use stack recursion ............. : yes
|
|---|
| 219 | POSIX mem threshold ............. : 10
|
|---|
| 220 | Internal link size .............. : 2
|
|---|
| 221 | Nested parentheses limit ........ : 250
|
|---|
| 222 | Match limit ..................... : 10000000
|
|---|
| 223 | Match limit recursion ........... : MATCH_LIMIT
|
|---|
| 224 | Build shared libs ............... : no
|
|---|
| 225 | Build static libs ............... : yes
|
|---|
| 226 | Use JIT in pcregrep ............. : no
|
|---|
| 227 | Buffer size for pcregrep ........ : 20480
|
|---|
| 228 | Link pcregrep with libz ......... : no
|
|---|
| 229 | Link pcregrep with libbz2 ....... : no
|
|---|
| 230 | Link pcretest with libedit ...... : no
|
|---|
| 231 | Link pcretest with libreadline .. : no
|
|---|
| 232 | Valgrind support ................ : no
|
|---|
| 233 | Code coverage ................... : no
|
|---|
| 234 |
|
|---|
| 235 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 236 | -o objs/src/core/nginx.o \
|
|---|
| 237 | src/core/nginx.c
|
|---|
| 238 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 239 | -o objs/src/core/ngx_log.o \
|
|---|
| 240 | src/core/ngx_log.c
|
|---|
| 241 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 242 | -o objs/src/core/ngx_palloc.o \
|
|---|
| 243 | src/core/ngx_palloc.c
|
|---|
| 244 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 245 | -o objs/src/core/ngx_array.o \
|
|---|
| 246 | src/core/ngx_array.c
|
|---|
| 247 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 248 | -o objs/src/core/ngx_list.o \
|
|---|
| 249 | src/core/ngx_list.c
|
|---|
| 250 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 251 | -o objs/src/core/ngx_hash.o \
|
|---|
| 252 | src/core/ngx_hash.c
|
|---|
| 253 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 254 | -o objs/src/core/ngx_buf.o \
|
|---|
| 255 | src/core/ngx_buf.c
|
|---|
| 256 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 257 | -o objs/src/core/ngx_queue.o \
|
|---|
| 258 | src/core/ngx_queue.c
|
|---|
| 259 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 260 | -o objs/src/core/ngx_output_chain.o \
|
|---|
| 261 | src/core/ngx_output_chain.c
|
|---|
| 262 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 263 | -o objs/src/core/ngx_string.o \
|
|---|
| 264 | src/core/ngx_string.c
|
|---|
| 265 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 266 | -o objs/src/core/ngx_parse.o \
|
|---|
| 267 | src/core/ngx_parse.c
|
|---|
| 268 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 269 | -o objs/src/core/ngx_parse_time.o \
|
|---|
| 270 | src/core/ngx_parse_time.c
|
|---|
| 271 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 272 | -o objs/src/core/ngx_inet.o \
|
|---|
| 273 | src/core/ngx_inet.c
|
|---|
| 274 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 275 | -o objs/src/core/ngx_file.o \
|
|---|
| 276 | src/core/ngx_file.c
|
|---|
| 277 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 278 | -o objs/src/core/ngx_crc32.o \
|
|---|
| 279 | src/core/ngx_crc32.c
|
|---|
| 280 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 281 | -o objs/src/core/ngx_murmurhash.o \
|
|---|
| 282 | src/core/ngx_murmurhash.c
|
|---|
| 283 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 284 | -o objs/src/core/ngx_md5.o \
|
|---|
| 285 | src/core/ngx_md5.c
|
|---|
| 286 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 287 | -o objs/src/core/ngx_rbtree.o \
|
|---|
| 288 | src/core/ngx_rbtree.c
|
|---|
| 289 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 290 | -o objs/src/core/ngx_radix_tree.o \
|
|---|
| 291 | src/core/ngx_radix_tree.c
|
|---|
| 292 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 293 | -o objs/src/core/ngx_slab.o \
|
|---|
| 294 | src/core/ngx_slab.c
|
|---|
| 295 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 296 | -o objs/src/core/ngx_times.o \
|
|---|
| 297 | src/core/ngx_times.c
|
|---|
| 298 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 299 | -o objs/src/core/ngx_shmtx.o \
|
|---|
| 300 | src/core/ngx_shmtx.c
|
|---|
| 301 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 302 | -o objs/src/core/ngx_connection.o \
|
|---|
| 303 | src/core/ngx_connection.c
|
|---|
| 304 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 305 | -o objs/src/core/ngx_cycle.o \
|
|---|
| 306 | src/core/ngx_cycle.c
|
|---|
| 307 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 308 | -o objs/src/core/ngx_spinlock.o \
|
|---|
| 309 | src/core/ngx_spinlock.c
|
|---|
| 310 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 311 | -o objs/src/core/ngx_rwlock.o \
|
|---|
| 312 | src/core/ngx_rwlock.c
|
|---|
| 313 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 314 | -o objs/src/core/ngx_cpuinfo.o \
|
|---|
| 315 | src/core/ngx_cpuinfo.c
|
|---|
| 316 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 317 | -o objs/src/core/ngx_conf_file.o \
|
|---|
| 318 | src/core/ngx_conf_file.c
|
|---|
| 319 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 320 | -o objs/src/core/ngx_module.o \
|
|---|
| 321 | src/core/ngx_module.c
|
|---|
| 322 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 323 | -o objs/src/core/ngx_resolver.o \
|
|---|
| 324 | src/core/ngx_resolver.c
|
|---|
| 325 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 326 | -o objs/src/core/ngx_open_file_cache.o \
|
|---|
| 327 | src/core/ngx_open_file_cache.c
|
|---|
| 328 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 329 | -o objs/src/core/ngx_crypt.o \
|
|---|
| 330 | src/core/ngx_crypt.c
|
|---|
| 331 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 332 | -o objs/src/core/ngx_proxy_protocol.o \
|
|---|
| 333 | src/core/ngx_proxy_protocol.c
|
|---|
| 334 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 335 | -o objs/src/core/ngx_syslog.o \
|
|---|
| 336 | src/core/ngx_syslog.c
|
|---|
| 337 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 338 | -o objs/src/event/ngx_event.o \
|
|---|
| 339 | src/event/ngx_event.c
|
|---|
| 340 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 341 | -o objs/src/event/ngx_event_timer.o \
|
|---|
| 342 | src/event/ngx_event_timer.c
|
|---|
| 343 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 344 | -o objs/src/event/ngx_event_posted.o \
|
|---|
| 345 | src/event/ngx_event_posted.c
|
|---|
| 346 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 347 | -o objs/src/event/ngx_event_accept.o \
|
|---|
| 348 | src/event/ngx_event_accept.c
|
|---|
| 349 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 350 | -o objs/src/event/ngx_event_connect.o \
|
|---|
| 351 | src/event/ngx_event_connect.c
|
|---|
| 352 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 353 | -o objs/src/event/ngx_event_pipe.o \
|
|---|
| 354 | src/event/ngx_event_pipe.c
|
|---|
| 355 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 356 | -o objs/src/os/unix/ngx_time.o \
|
|---|
| 357 | src/os/unix/ngx_time.c
|
|---|
| 358 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 359 | -o objs/src/os/unix/ngx_errno.o \
|
|---|
| 360 | src/os/unix/ngx_errno.c
|
|---|
| 361 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 362 | -o objs/src/os/unix/ngx_alloc.o \
|
|---|
| 363 | src/os/unix/ngx_alloc.c
|
|---|
| 364 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 365 | -o objs/src/os/unix/ngx_files.o \
|
|---|
| 366 | src/os/unix/ngx_files.c
|
|---|
| 367 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 368 | -o objs/src/os/unix/ngx_socket.o \
|
|---|
| 369 | src/os/unix/ngx_socket.c
|
|---|
| 370 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 371 | -o objs/src/os/unix/ngx_recv.o \
|
|---|
| 372 | src/os/unix/ngx_recv.c
|
|---|
| 373 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 374 | -o objs/src/os/unix/ngx_readv_chain.o \
|
|---|
| 375 | src/os/unix/ngx_readv_chain.c
|
|---|
| 376 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 377 | -o objs/src/os/unix/ngx_udp_recv.o \
|
|---|
| 378 | src/os/unix/ngx_udp_recv.c
|
|---|
| 379 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 380 | -o objs/src/os/unix/ngx_send.o \
|
|---|
| 381 | src/os/unix/ngx_send.c
|
|---|
| 382 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 383 | -o objs/src/os/unix/ngx_writev_chain.o \
|
|---|
| 384 | src/os/unix/ngx_writev_chain.c
|
|---|
| 385 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 386 | -o objs/src/os/unix/ngx_udp_send.o \
|
|---|
| 387 | src/os/unix/ngx_udp_send.c
|
|---|
| 388 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 389 | -o objs/src/os/unix/ngx_channel.o \
|
|---|
| 390 | src/os/unix/ngx_channel.c
|
|---|
| 391 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 392 | -o objs/src/os/unix/ngx_shmem.o \
|
|---|
| 393 | src/os/unix/ngx_shmem.c
|
|---|
| 394 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 395 | -o objs/src/os/unix/ngx_process.o \
|
|---|
| 396 | src/os/unix/ngx_process.c
|
|---|
| 397 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 398 | -o objs/src/os/unix/ngx_daemon.o \
|
|---|
| 399 | src/os/unix/ngx_daemon.c
|
|---|
| 400 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 401 | -o objs/src/os/unix/ngx_setaffinity.o \
|
|---|
| 402 | src/os/unix/ngx_setaffinity.c
|
|---|
| 403 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 404 | -o objs/src/os/unix/ngx_setproctitle.o \
|
|---|
| 405 | src/os/unix/ngx_setproctitle.c
|
|---|
| 406 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 407 | -o objs/src/os/unix/ngx_posix_init.o \
|
|---|
| 408 | src/os/unix/ngx_posix_init.c
|
|---|
| 409 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 410 | -o objs/src/os/unix/ngx_user.o \
|
|---|
| 411 | src/os/unix/ngx_user.c
|
|---|
| 412 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 413 | -o objs/src/os/unix/ngx_dlopen.o \
|
|---|
| 414 | src/os/unix/ngx_dlopen.c
|
|---|
| 415 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 416 | -o objs/src/os/unix/ngx_process_cycle.o \
|
|---|
| 417 | src/os/unix/ngx_process_cycle.c
|
|---|
| 418 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 419 | -o objs/src/os/unix/ngx_linux_init.o \
|
|---|
| 420 | src/os/unix/ngx_linux_init.c
|
|---|
| 421 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 422 | -o objs/src/event/modules/ngx_epoll_module.o \
|
|---|
| 423 | src/event/modules/ngx_epoll_module.c
|
|---|
| 424 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 425 | -o objs/src/os/unix/ngx_linux_sendfile_chain.o \
|
|---|
| 426 | src/os/unix/ngx_linux_sendfile_chain.c
|
|---|
| 427 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 428 | -o objs/src/event/ngx_event_openssl.o \
|
|---|
| 429 | src/event/ngx_event_openssl.c
|
|---|
| 430 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 431 | -o objs/src/event/ngx_event_openssl_stapling.o \
|
|---|
| 432 | src/event/ngx_event_openssl_stapling.c
|
|---|
| 433 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 434 | -o objs/src/core/ngx_regex.o \
|
|---|
| 435 | src/core/ngx_regex.c
|
|---|
| 436 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 437 | -o objs/src/http/ngx_http.o \
|
|---|
| 438 | src/http/ngx_http.c
|
|---|
| 439 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 440 | -o objs/src/http/ngx_http_core_module.o \
|
|---|
| 441 | src/http/ngx_http_core_module.c
|
|---|
| 442 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 443 | -o objs/src/http/ngx_http_special_response.o \
|
|---|
| 444 | src/http/ngx_http_special_response.c
|
|---|
| 445 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 446 | -o objs/src/http/ngx_http_request.o \
|
|---|
| 447 | src/http/ngx_http_request.c
|
|---|
| 448 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 449 | -o objs/src/http/ngx_http_parse.o \
|
|---|
| 450 | src/http/ngx_http_parse.c
|
|---|
| 451 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 452 | -o objs/src/http/modules/ngx_http_log_module.o \
|
|---|
| 453 | src/http/modules/ngx_http_log_module.c
|
|---|
| 454 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 455 | -o objs/src/http/ngx_http_request_body.o \
|
|---|
| 456 | src/http/ngx_http_request_body.c
|
|---|
| 457 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 458 | -o objs/src/http/ngx_http_variables.o \
|
|---|
| 459 | src/http/ngx_http_variables.c
|
|---|
| 460 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 461 | -o objs/src/http/ngx_http_script.o \
|
|---|
| 462 | src/http/ngx_http_script.c
|
|---|
| 463 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 464 | -o objs/src/http/ngx_http_upstream.o \
|
|---|
| 465 | src/http/ngx_http_upstream.c
|
|---|
| 466 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 467 | -o objs/src/http/ngx_http_upstream_round_robin.o \
|
|---|
| 468 | src/http/ngx_http_upstream_round_robin.c
|
|---|
| 469 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 470 | -o objs/src/http/ngx_http_file_cache.o \
|
|---|
| 471 | src/http/ngx_http_file_cache.c
|
|---|
| 472 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 473 | -o objs/src/http/ngx_http_write_filter_module.o \
|
|---|
| 474 | src/http/ngx_http_write_filter_module.c
|
|---|
| 475 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 476 | -o objs/src/http/ngx_http_header_filter_module.o \
|
|---|
| 477 | src/http/ngx_http_header_filter_module.c
|
|---|
| 478 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 479 | -o objs/src/http/modules/ngx_http_chunked_filter_module.o \
|
|---|
| 480 | src/http/modules/ngx_http_chunked_filter_module.c
|
|---|
| 481 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 482 | -o objs/src/http/modules/ngx_http_range_filter_module.o \
|
|---|
| 483 | src/http/modules/ngx_http_range_filter_module.c
|
|---|
| 484 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 485 | -o objs/src/http/modules/ngx_http_gzip_filter_module.o \
|
|---|
| 486 | src/http/modules/ngx_http_gzip_filter_module.c
|
|---|
| 487 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 488 | -o objs/src/http/ngx_http_postpone_filter_module.o \
|
|---|
| 489 | src/http/ngx_http_postpone_filter_module.c
|
|---|
| 490 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 491 | -o objs/src/http/modules/ngx_http_ssi_filter_module.o \
|
|---|
| 492 | src/http/modules/ngx_http_ssi_filter_module.c
|
|---|
| 493 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 494 | -o objs/src/http/modules/ngx_http_charset_filter_module.o \
|
|---|
| 495 | src/http/modules/ngx_http_charset_filter_module.c
|
|---|
| 496 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 497 | -o objs/src/http/modules/ngx_http_userid_filter_module.o \
|
|---|
| 498 | src/http/modules/ngx_http_userid_filter_module.c
|
|---|
| 499 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 500 | -o objs/src/http/modules/ngx_http_headers_filter_module.o \
|
|---|
| 501 | src/http/modules/ngx_http_headers_filter_module.c
|
|---|
| 502 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 503 | -o objs/src/http/ngx_http_copy_filter_module.o \
|
|---|
| 504 | src/http/ngx_http_copy_filter_module.c
|
|---|
| 505 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 506 | -o objs/src/http/modules/ngx_http_not_modified_filter_module.o \
|
|---|
| 507 | src/http/modules/ngx_http_not_modified_filter_module.c
|
|---|
| 508 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 509 | -o objs/src/http/modules/ngx_http_static_module.o \
|
|---|
| 510 | src/http/modules/ngx_http_static_module.c
|
|---|
| 511 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 512 | -o objs/src/http/modules/ngx_http_autoindex_module.o \
|
|---|
| 513 | src/http/modules/ngx_http_autoindex_module.c
|
|---|
| 514 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 515 | -o objs/src/http/modules/ngx_http_index_module.o \
|
|---|
| 516 | src/http/modules/ngx_http_index_module.c
|
|---|
| 517 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 518 | -o objs/src/http/modules/ngx_http_auth_basic_module.o \
|
|---|
| 519 | src/http/modules/ngx_http_auth_basic_module.c
|
|---|
| 520 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 521 | -o objs/src/http/modules/ngx_http_access_module.o \
|
|---|
| 522 | src/http/modules/ngx_http_access_module.c
|
|---|
| 523 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 524 | -o objs/src/http/modules/ngx_http_limit_conn_module.o \
|
|---|
| 525 | src/http/modules/ngx_http_limit_conn_module.c
|
|---|
| 526 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 527 | -o objs/src/http/modules/ngx_http_limit_req_module.o \
|
|---|
| 528 | src/http/modules/ngx_http_limit_req_module.c
|
|---|
| 529 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 530 | -o objs/src/http/modules/ngx_http_geo_module.o \
|
|---|
| 531 | src/http/modules/ngx_http_geo_module.c
|
|---|
| 532 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 533 | -o objs/src/http/modules/ngx_http_map_module.o \
|
|---|
| 534 | src/http/modules/ngx_http_map_module.c
|
|---|
| 535 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 536 | -o objs/src/http/modules/ngx_http_split_clients_module.o \
|
|---|
| 537 | src/http/modules/ngx_http_split_clients_module.c
|
|---|
| 538 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 539 | -o objs/src/http/modules/ngx_http_referer_module.o \
|
|---|
| 540 | src/http/modules/ngx_http_referer_module.c
|
|---|
| 541 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 542 | -o objs/src/http/modules/ngx_http_rewrite_module.o \
|
|---|
| 543 | src/http/modules/ngx_http_rewrite_module.c
|
|---|
| 544 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 545 | -o objs/src/http/modules/ngx_http_ssl_module.o \
|
|---|
| 546 | src/http/modules/ngx_http_ssl_module.c
|
|---|
| 547 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 548 | -o objs/src/http/modules/ngx_http_proxy_module.o \
|
|---|
| 549 | src/http/modules/ngx_http_proxy_module.c
|
|---|
| 550 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 551 | -o objs/src/http/modules/ngx_http_fastcgi_module.o \
|
|---|
| 552 | src/http/modules/ngx_http_fastcgi_module.c
|
|---|
| 553 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 554 | -o objs/src/http/modules/ngx_http_uwsgi_module.o \
|
|---|
| 555 | src/http/modules/ngx_http_uwsgi_module.c
|
|---|
| 556 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 557 | -o objs/src/http/modules/ngx_http_scgi_module.o \
|
|---|
| 558 | src/http/modules/ngx_http_scgi_module.c
|
|---|
| 559 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 560 | -o objs/src/http/modules/ngx_http_memcached_module.o \
|
|---|
| 561 | src/http/modules/ngx_http_memcached_module.c
|
|---|
| 562 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 563 | -o objs/src/http/modules/ngx_http_empty_gif_module.o \
|
|---|
| 564 | src/http/modules/ngx_http_empty_gif_module.c
|
|---|
| 565 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 566 | -o objs/src/http/modules/ngx_http_browser_module.o \
|
|---|
| 567 | src/http/modules/ngx_http_browser_module.c
|
|---|
| 568 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 569 | -o objs/src/http/modules/ngx_http_upstream_hash_module.o \
|
|---|
| 570 | src/http/modules/ngx_http_upstream_hash_module.c
|
|---|
| 571 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 572 | -o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \
|
|---|
| 573 | src/http/modules/ngx_http_upstream_ip_hash_module.c
|
|---|
| 574 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 575 | -o objs/src/http/modules/ngx_http_upstream_least_conn_module.o \
|
|---|
| 576 | src/http/modules/ngx_http_upstream_least_conn_module.c
|
|---|
| 577 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 578 | -o objs/src/http/modules/ngx_http_upstream_keepalive_module.o \
|
|---|
| 579 | src/http/modules/ngx_http_upstream_keepalive_module.c
|
|---|
| 580 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs -I src/http -I src/http/modules \
|
|---|
| 581 | -o objs/src/http/modules/ngx_http_upstream_zone_module.o \
|
|---|
| 582 | src/http/modules/ngx_http_upstream_zone_module.c
|
|---|
| 583 | cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-8.39 -I ../zlib-1.2.8 -I objs \
|
|---|
| 584 | -o objs/ngx_modules.o \
|
|---|
| 585 | objs/ngx_modules.c
|
|---|
| 586 | cd ../pcre-8.39 \
|
|---|
| 587 | && make libpcre.la
|
|---|
| 588 | make[2]: Entering directory `/nginxsource/pcre-8.39'
|
|---|
| 589 | CC libpcre_la-pcre_byte_order.lo
|
|---|
| 590 | CC libpcre_la-pcre_compile.lo
|
|---|
| 591 | CC libpcre_la-pcre_config.lo
|
|---|
| 592 | CC libpcre_la-pcre_dfa_exec.lo
|
|---|
| 593 | CC libpcre_la-pcre_exec.lo
|
|---|
| 594 | CC libpcre_la-pcre_fullinfo.lo
|
|---|
| 595 | CC libpcre_la-pcre_get.lo
|
|---|
| 596 | CC libpcre_la-pcre_globals.lo
|
|---|
| 597 | CC libpcre_la-pcre_jit_compile.lo
|
|---|
| 598 | CC libpcre_la-pcre_maketables.lo
|
|---|
| 599 | CC libpcre_la-pcre_newline.lo
|
|---|
| 600 | CC libpcre_la-pcre_ord2utf8.lo
|
|---|
| 601 | CC libpcre_la-pcre_refcount.lo
|
|---|
| 602 | CC libpcre_la-pcre_string_utils.lo
|
|---|
| 603 | CC libpcre_la-pcre_study.lo
|
|---|
| 604 | CC libpcre_la-pcre_tables.lo
|
|---|
| 605 | CC libpcre_la-pcre_ucd.lo
|
|---|
| 606 | CC libpcre_la-pcre_valid_utf8.lo
|
|---|
| 607 | CC libpcre_la-pcre_version.lo
|
|---|
| 608 | CC libpcre_la-pcre_xclass.lo
|
|---|
| 609 | rm -f pcre_chartables.c
|
|---|
| 610 | ln -s ./pcre_chartables.c.dist pcre_chartables.c
|
|---|
| 611 | CC libpcre_la-pcre_chartables.lo
|
|---|
| 612 | CCLD libpcre.la
|
|---|
| 613 | make[2]: Leaving directory `/nginxsource/pcre-8.39'
|
|---|
| 614 | cd ../zlib-1.2.8 \
|
|---|
| 615 | && make distclean \
|
|---|
| 616 | && CFLAGS="-O2 -fomit-frame-pointer -pipe " CC="cc" \
|
|---|
| 617 | ./configure \
|
|---|
| 618 | && make libz.a
|
|---|
| 619 | make[2]: Entering directory `/nginxsource/zlib-1.2.8'
|
|---|
| 620 | rm -f *.o *.lo *~ \
|
|---|
| 621 | example minigzip examplesh minigzipsh \
|
|---|
| 622 | example64 minigzip64 \
|
|---|
| 623 | infcover \
|
|---|
| 624 | libz.* foo.gz so_locations \
|
|---|
| 625 | _match.s maketree contrib/infback9/*.o
|
|---|
| 626 | rm -rf objs
|
|---|
| 627 | rm -f *.gcda *.gcno *.gcov
|
|---|
| 628 | rm -f contrib/infback9/*.gcda contrib/infback9/*.gcno contrib/infback9/*.gcov
|
|---|
| 629 | cp -p zconf.h.in zconf.h
|
|---|
| 630 | rm -f Makefile zlib.pc configure.log
|
|---|
| 631 | make[2]: Leaving directory `/nginxsource/zlib-1.2.8'
|
|---|
| 632 | Checking for shared library support...
|
|---|
| 633 | Building shared library libz.so.1.2.8 with cc.
|
|---|
| 634 | Checking for off64_t... Yes.
|
|---|
| 635 | Checking for fseeko... Yes.
|
|---|
| 636 | Checking for strerror... Yes.
|
|---|
| 637 | Checking for unistd.h... Yes.
|
|---|
| 638 | Checking for stdarg.h... Yes.
|
|---|
| 639 | Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
|
|---|
| 640 | Checking for vsnprintf() in stdio.h... Yes.
|
|---|
| 641 | Checking for return value of vsnprintf()... Yes.
|
|---|
| 642 | Checking for attribute(visibility) support... Yes.
|
|---|
| 643 | make[2]: Entering directory `/nginxsource/zlib-1.2.8'
|
|---|
| 644 | cc -O2 -fomit-frame-pointer -pipe -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o adler32.o adler32.c
|
|---|
| 645 | cc -O2 -fomit-frame-pointer -pipe -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o crc32.o crc32.c
|
|---|
| 646 | cc -O2 -fomit-frame-pointer -pipe -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o deflate.o deflate.c
|
|---|
| 647 | cc -O2 -fomit-frame-pointer -pipe -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o infback.o infback.c
|
|---|
| 648 | cc -O2 -fomit-frame-pointer -pipe -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inffast.o inffast.c
|
|---|
| 649 | cc -O2 -fomit-frame-pointer -pipe -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inflate.o inflate.c
|
|---|
| 650 | cc -O2 -fomit-frame-pointer -pipe -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inftrees.o inftrees.c
|
|---|
| 651 | cc -O2 -fomit-frame-pointer -pipe -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o trees.o trees.c
|
|---|
| 652 | cc -O2 -fomit-frame-pointer -pipe -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o zutil.o zutil.c
|
|---|
| 653 | cc -O2 -fomit-frame-pointer -pipe -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o compress.o compress.c
|
|---|
| 654 | cc -O2 -fomit-frame-pointer -pipe -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o uncompr.o uncompr.c
|
|---|
| 655 | cc -O2 -fomit-frame-pointer -pipe -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzclose.o gzclose.c
|
|---|
| 656 | cc -O2 -fomit-frame-pointer -pipe -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzlib.o gzlib.c
|
|---|
| 657 | cc -O2 -fomit-frame-pointer -pipe -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzread.o gzread.c
|
|---|
| 658 | cc -O2 -fomit-frame-pointer -pipe -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzwrite.o gzwrite.c
|
|---|
| 659 | ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o
|
|---|
| 660 | make[2]: Leaving directory `/nginxsource/zlib-1.2.8'
|
|---|
| 661 | cc -o objs/nginx \
|
|---|
| 662 | objs/src/core/nginx.o \
|
|---|
| 663 | objs/src/core/ngx_log.o \
|
|---|
| 664 | objs/src/core/ngx_palloc.o \
|
|---|
| 665 | objs/src/core/ngx_array.o \
|
|---|
| 666 | objs/src/core/ngx_list.o \
|
|---|
| 667 | objs/src/core/ngx_hash.o \
|
|---|
| 668 | objs/src/core/ngx_buf.o \
|
|---|
| 669 | objs/src/core/ngx_queue.o \
|
|---|
| 670 | objs/src/core/ngx_output_chain.o \
|
|---|
| 671 | objs/src/core/ngx_string.o \
|
|---|
| 672 | objs/src/core/ngx_parse.o \
|
|---|
| 673 | objs/src/core/ngx_parse_time.o \
|
|---|
| 674 | objs/src/core/ngx_inet.o \
|
|---|
| 675 | objs/src/core/ngx_file.o \
|
|---|
| 676 | objs/src/core/ngx_crc32.o \
|
|---|
| 677 | objs/src/core/ngx_murmurhash.o \
|
|---|
| 678 | objs/src/core/ngx_md5.o \
|
|---|
| 679 | objs/src/core/ngx_rbtree.o \
|
|---|
| 680 | objs/src/core/ngx_radix_tree.o \
|
|---|
| 681 | objs/src/core/ngx_slab.o \
|
|---|
| 682 | objs/src/core/ngx_times.o \
|
|---|
| 683 | objs/src/core/ngx_shmtx.o \
|
|---|
| 684 | objs/src/core/ngx_connection.o \
|
|---|
| 685 | objs/src/core/ngx_cycle.o \
|
|---|
| 686 | objs/src/core/ngx_spinlock.o \
|
|---|
| 687 | objs/src/core/ngx_rwlock.o \
|
|---|
| 688 | objs/src/core/ngx_cpuinfo.o \
|
|---|
| 689 | objs/src/core/ngx_conf_file.o \
|
|---|
| 690 | objs/src/core/ngx_module.o \
|
|---|
| 691 | objs/src/core/ngx_resolver.o \
|
|---|
| 692 | objs/src/core/ngx_open_file_cache.o \
|
|---|
| 693 | objs/src/core/ngx_crypt.o \
|
|---|
| 694 | objs/src/core/ngx_proxy_protocol.o \
|
|---|
| 695 | objs/src/core/ngx_syslog.o \
|
|---|
| 696 | objs/src/event/ngx_event.o \
|
|---|
| 697 | objs/src/event/ngx_event_timer.o \
|
|---|
| 698 | objs/src/event/ngx_event_posted.o \
|
|---|
| 699 | objs/src/event/ngx_event_accept.o \
|
|---|
| 700 | objs/src/event/ngx_event_connect.o \
|
|---|
| 701 | objs/src/event/ngx_event_pipe.o \
|
|---|
| 702 | objs/src/os/unix/ngx_time.o \
|
|---|
| 703 | objs/src/os/unix/ngx_errno.o \
|
|---|
| 704 | objs/src/os/unix/ngx_alloc.o \
|
|---|
| 705 | objs/src/os/unix/ngx_files.o \
|
|---|
| 706 | objs/src/os/unix/ngx_socket.o \
|
|---|
| 707 | objs/src/os/unix/ngx_recv.o \
|
|---|
| 708 | objs/src/os/unix/ngx_readv_chain.o \
|
|---|
| 709 | objs/src/os/unix/ngx_udp_recv.o \
|
|---|
| 710 | objs/src/os/unix/ngx_send.o \
|
|---|
| 711 | objs/src/os/unix/ngx_writev_chain.o \
|
|---|
| 712 | objs/src/os/unix/ngx_udp_send.o \
|
|---|
| 713 | objs/src/os/unix/ngx_channel.o \
|
|---|
| 714 | objs/src/os/unix/ngx_shmem.o \
|
|---|
| 715 | objs/src/os/unix/ngx_process.o \
|
|---|
| 716 | objs/src/os/unix/ngx_daemon.o \
|
|---|
| 717 | objs/src/os/unix/ngx_setaffinity.o \
|
|---|
| 718 | objs/src/os/unix/ngx_setproctitle.o \
|
|---|
| 719 | objs/src/os/unix/ngx_posix_init.o \
|
|---|
| 720 | objs/src/os/unix/ngx_user.o \
|
|---|
| 721 | objs/src/os/unix/ngx_dlopen.o \
|
|---|
| 722 | objs/src/os/unix/ngx_process_cycle.o \
|
|---|
| 723 | objs/src/os/unix/ngx_linux_init.o \
|
|---|
| 724 | objs/src/event/modules/ngx_epoll_module.o \
|
|---|
| 725 | objs/src/os/unix/ngx_linux_sendfile_chain.o \
|
|---|
| 726 | objs/src/event/ngx_event_openssl.o \
|
|---|
| 727 | objs/src/event/ngx_event_openssl_stapling.o \
|
|---|
| 728 | objs/src/core/ngx_regex.o \
|
|---|
| 729 | objs/src/http/ngx_http.o \
|
|---|
| 730 | objs/src/http/ngx_http_core_module.o \
|
|---|
| 731 | objs/src/http/ngx_http_special_response.o \
|
|---|
| 732 | objs/src/http/ngx_http_request.o \
|
|---|
| 733 | objs/src/http/ngx_http_parse.o \
|
|---|
| 734 | objs/src/http/modules/ngx_http_log_module.o \
|
|---|
| 735 | objs/src/http/ngx_http_request_body.o \
|
|---|
| 736 | objs/src/http/ngx_http_variables.o \
|
|---|
| 737 | objs/src/http/ngx_http_script.o \
|
|---|
| 738 | objs/src/http/ngx_http_upstream.o \
|
|---|
| 739 | objs/src/http/ngx_http_upstream_round_robin.o \
|
|---|
| 740 | objs/src/http/ngx_http_file_cache.o \
|
|---|
| 741 | objs/src/http/ngx_http_write_filter_module.o \
|
|---|
| 742 | objs/src/http/ngx_http_header_filter_module.o \
|
|---|
| 743 | objs/src/http/modules/ngx_http_chunked_filter_module.o \
|
|---|
| 744 | objs/src/http/modules/ngx_http_range_filter_module.o \
|
|---|
| 745 | objs/src/http/modules/ngx_http_gzip_filter_module.o \
|
|---|
| 746 | objs/src/http/ngx_http_postpone_filter_module.o \
|
|---|
| 747 | objs/src/http/modules/ngx_http_ssi_filter_module.o \
|
|---|
| 748 | objs/src/http/modules/ngx_http_charset_filter_module.o \
|
|---|
| 749 | objs/src/http/modules/ngx_http_userid_filter_module.o \
|
|---|
| 750 | objs/src/http/modules/ngx_http_headers_filter_module.o \
|
|---|
| 751 | objs/src/http/ngx_http_copy_filter_module.o \
|
|---|
| 752 | objs/src/http/modules/ngx_http_not_modified_filter_module.o \
|
|---|
| 753 | objs/src/http/modules/ngx_http_static_module.o \
|
|---|
| 754 | objs/src/http/modules/ngx_http_autoindex_module.o \
|
|---|
| 755 | objs/src/http/modules/ngx_http_index_module.o \
|
|---|
| 756 | objs/src/http/modules/ngx_http_auth_basic_module.o \
|
|---|
| 757 | objs/src/http/modules/ngx_http_access_module.o \
|
|---|
| 758 | objs/src/http/modules/ngx_http_limit_conn_module.o \
|
|---|
| 759 | objs/src/http/modules/ngx_http_limit_req_module.o \
|
|---|
| 760 | objs/src/http/modules/ngx_http_geo_module.o \
|
|---|
| 761 | objs/src/http/modules/ngx_http_map_module.o \
|
|---|
| 762 | objs/src/http/modules/ngx_http_split_clients_module.o \
|
|---|
| 763 | objs/src/http/modules/ngx_http_referer_module.o \
|
|---|
| 764 | objs/src/http/modules/ngx_http_rewrite_module.o \
|
|---|
| 765 | objs/src/http/modules/ngx_http_ssl_module.o \
|
|---|
| 766 | objs/src/http/modules/ngx_http_proxy_module.o \
|
|---|
| 767 | objs/src/http/modules/ngx_http_fastcgi_module.o \
|
|---|
| 768 | objs/src/http/modules/ngx_http_uwsgi_module.o \
|
|---|
| 769 | objs/src/http/modules/ngx_http_scgi_module.o \
|
|---|
| 770 | objs/src/http/modules/ngx_http_memcached_module.o \
|
|---|
| 771 | objs/src/http/modules/ngx_http_empty_gif_module.o \
|
|---|
| 772 | objs/src/http/modules/ngx_http_browser_module.o \
|
|---|
| 773 | objs/src/http/modules/ngx_http_upstream_hash_module.o \
|
|---|
| 774 | objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \
|
|---|
| 775 | objs/src/http/modules/ngx_http_upstream_least_conn_module.o \
|
|---|
| 776 | objs/src/http/modules/ngx_http_upstream_keepalive_module.o \
|
|---|
| 777 | objs/src/http/modules/ngx_http_upstream_zone_module.o \
|
|---|
| 778 | objs/ngx_modules.o \
|
|---|
| 779 | -ldl -lpthread -lcrypt ../pcre-8.39/.libs/libpcre.a -lssl -lcrypto -ldl ../zlib-1.2.8/libz.a \
|
|---|
| 780 | -Wl,-E
|
|---|
| 781 | objs/src/event/ngx_event_openssl.o: In function `ngx_ssl_check_host':
|
|---|
| 782 | /nginxsource/nginx-1.10.2/src/event/ngx_event_openssl.c:2997: undefined reference to `X509_check_host'
|
|---|
| 783 | objs/src/http/modules/ngx_http_ssl_module.o: In function `ngx_http_ssl_merge_srv_conf':
|
|---|
| 784 | /nginxsource/nginx-1.10.2/src/http/modules/ngx_http_ssl_module.c:653: undefined reference to `SSL_CTX_set_alpn_select_cb'
|
|---|
| 785 | collect2: error: ld returned 1 exit status
|
|---|
| 786 | make[1]: *** [objs/nginx] Error 1
|
|---|
| 787 | make[1]: Leaving directory `/nginxsource/nginx-1.10.2'
|
|---|
| 788 | make: *** [build] Error 2
|
|---|