]> git.kaiwu.me - nginx.git/commitdiff
Configure: enabled rpath for NetBSD.
authorSergey Kandaurov <pluknet@nginx.com>
Fri, 2 Jun 2017 09:55:31 +0000 (12:55 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Fri, 2 Jun 2017 09:55:31 +0000 (12:55 +0300)
auto/os/conf

index 6ad0e74e0d44fbdbf82ea292ae0d378e977fa25a..6096af5d5ff15c7bf01691e3e2d7984aaaebfb63 100644 (file)
@@ -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