comparison auto/os/conf @ 7021:639e48c382a6

Configure: enabled rpath for NetBSD.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 02 Jun 2017 12:55:31 +0300
parents a88e309f839b
children e4c21e417277
comparison
equal deleted inserted replaced
7020:716852cce913 7021:639e48c382a6
37 have=NGX_HAVE_SENDFILE . auto/have 37 have=NGX_HAVE_SENDFILE . auto/have
38 CORE_SRCS="$CORE_SRCS $FREEBSD_SENDFILE_SRCS" 38 CORE_SRCS="$CORE_SRCS $FREEBSD_SENDFILE_SRCS"
39 39
40 ngx_spacer=' 40 ngx_spacer='
41 ' 41 '
42 ;;
43
44 NetBSD:*)
45 CORE_INCS="$UNIX_INCS"
46 CORE_DEPS="$UNIX_DEPS $POSIX_DEPS"
47 CORE_SRCS="$UNIX_SRCS"
48
49 NGX_RPATH=YES
42 ;; 50 ;;
43 51
44 HP-UX:*) 52 HP-UX:*)
45 # HP/UX 53 # HP/UX
46 have=NGX_HPUX . auto/have_headers 54 have=NGX_HPUX . auto/have_headers