[nginx] Configure: enabled rpath for NetBSD.
Sergey Kandaurov
pluknet at nginx.com
Fri Jun 2 09:56:29 UTC 2017
details: http://hg.nginx.org/nginx/rev/639e48c382a6
branches:
changeset: 7021:639e48c382a6
user: Sergey Kandaurov <pluknet at nginx.com>
date: Fri Jun 02 12:55:31 2017 +0300
description:
Configure: enabled rpath for NetBSD.
diffstat:
auto/os/conf | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diffs (18 lines):
diff -r 716852cce913 -r 639e48c382a6 auto/os/conf
--- a/auto/os/conf Thu Jun 01 15:44:23 2017 +0300
+++ b/auto/os/conf Fri Jun 02 12:55:31 2017 +0300
@@ -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
More information about the nginx-devel
mailing list