From: Sergey Kandaurov Date: Fri, 2 Jun 2017 09:55:31 +0000 (+0300) Subject: Configure: enabled rpath for NetBSD. X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=f0b0003f381943cb3730038b115bd7f2c9b21cac;p=nginx.git Configure: enabled rpath for NetBSD. --- diff --git a/auto/os/conf b/auto/os/conf index 6ad0e74e0..6096af5d5 100644 --- 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