diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2017-06-02 12:55:31 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2017-06-02 12:55:31 +0300 |
| commit | f0b0003f381943cb3730038b115bd7f2c9b21cac (patch) | |
| tree | a9708a8e8934532ec97e5aad0f7178547accfb19 /auto/os | |
| parent | 3259595970a1281119a53e07e50f9cbb0d6c66aa (diff) | |
| download | nginx-f0b0003f381943cb3730038b115bd7f2c9b21cac.tar.gz nginx-f0b0003f381943cb3730038b115bd7f2c9b21cac.tar.bz2 | |
Configure: enabled rpath for NetBSD.
Diffstat (limited to 'auto/os')
| -rw-r--r-- | auto/os/conf | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
