-Wl,-rpath,/usr/local/lib:/usr/local/openresty/luajit/lib -Wl,-E -L/usr/local/lib -ldrizzle -L/home/lhm/ngx_openresty-1.2.8.1/build/luajit-root/usr/local/openresty/luajit/lib -lluajit- 5.1 -lm -lgd -lqrencode -L/usr/local/lib -lpcre -lssl -lcrypto -lz
/usr/local/lib/libdrizzle.so.2.0: warning: strcpy() is almost always misused, please use str lcpy()
/usr/local/lib/libgd.so.20.35: warning: strcat() is almost always misused, please use strlca t()
/home/lhm/ngx_openresty-1.2.8.1/build/luajit-root/usr/local/openresty/luajit/lib/libluajit-5 .1.a(lj_str.o)(.text+0x1c2): In function `lj_str_bufnum':
/home/lhm/ngx_openresty-1.2.8.1/build/LuaJIT-2.0.1/src/lj_str.c:180: warning: sprintf() is o ften misused, please use snprintf()
应该是与OpenBSD过于强调安全性所致。
编译官方的1.2.8没有出现类似警告
希望agentzh改正这几个警告