mirror of
https://github.com/nginx/nginx.git
synced 2024-11-24 04:49:01 +08:00
Configure: fixed style of include directories.
This commit is contained in:
parent
aa0b86fb4d
commit
9e334857a1
@ -34,7 +34,7 @@ if [ $ngx_found = no ]; then
|
||||
# NetBSD port
|
||||
|
||||
ngx_feature="GeoIP library in /usr/pkg/"
|
||||
ngx_feature_path="/usr/pkg/include/"
|
||||
ngx_feature_path="/usr/pkg/include"
|
||||
|
||||
if [ $NGX_RPATH = YES ]; then
|
||||
ngx_feature_libs="-R/usr/pkg/lib -L/usr/pkg/lib -lGeoIP"
|
||||
|
@ -35,7 +35,7 @@ if [ $ngx_found = no ]; then
|
||||
# NetBSD port
|
||||
|
||||
ngx_feature="GD library in /usr/pkg/"
|
||||
ngx_feature_path="/usr/pkg/include/"
|
||||
ngx_feature_path="/usr/pkg/include"
|
||||
|
||||
if [ $NGX_RPATH = YES ]; then
|
||||
ngx_feature_libs="-R/usr/pkg/lib -L/usr/pkg/lib -lgd"
|
||||
|
Loading…
Reference in New Issue
Block a user