# HG changeset patch # User Sergey Kandaurov # Date 1496397331 -10800 # Node ID 639e48c382a68d3f539dc13e2c5b079dc224e8a2 # Parent 716852cce9136d977b81a2d1b8b6f9fbca0dce49 Configure: enabled rpath for NetBSD. diff --git a/auto/os/conf b/auto/os/conf --- a/auto/os/conf +++ b/auto/os/conf @@ -41,6 +41,14 @@ case "$NGX_PLATFORM" in ' ;; + NetBSD:*) + CORE_INCS="$UNIX_INCS" + CORE_DEPS="$UNIX_DEPS $POSIX_DEPS" + CORE_SRCS="$UNIX_SRCS" + + NGX_RPATH=YES + ;; + HP-UX:*) # HP/UX have=NGX_HPUX . auto/have_headers