~ubuntu-branches/debian/squeeze/nginx/squeeze

« back to all changes in this revision

Viewing changes to auto/os/win32

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2009-05-31 18:38:56 UTC
  • mfrom: (1.1.10 upstream) (4.1.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20090531183856-3xhvf6wd0bw5556i
Tags: 0.7.59-1
* New upstream release, first in Debian for the 0.7 branch. Among other
  issues, it also fixes the problem with wildcard dns names used with SSL.
  (Closes: #515904)
* debian/watch: updated.
* debian/postinst: fixed a bashism. (Closes: #507913)
* debian/conf/nginx.conf: removed default_type. (Closes: #509390)
* debian/control: updated Standards-Version to 3.8.1, no changes needed.
* debian/NEWS.Debian: documented the issues with
  server_names_hash_bucket_size. (Closes: #524785)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
CORE_DEPS="$WIN32_DEPS"
9
9
CORE_SRCS="$WIN32_SRCS $IOCP_SRCS"
10
10
OS_CONFIG="$WIN32_CONFIG"
11
 
CORE_LIBS="$CORE_LIBS shell32.lib ws2_32.lib"
 
11
CORE_LIBS="$CORE_LIBS advapi32.lib ws2_32.lib"
12
12
NGX_ICONS="$NGX_WIN32_ICONS"
 
13
SELECT_SRCS=$WIN32_SELECT_SRCS
13
14
 
14
15
EVENT_MODULES="$EVENT_MODULES $IOCP_MODULE"
15
16
EVENT_FOUND=YES
19
20
    EVENT_MODULES="$EVENT_MODULES $SELECT_MODULE"
20
21
fi
21
22
 
 
23
if [ $NGX_IPV6 = YES ]; then
 
24
    have=NGX_HAVE_INET6 . auto/have
 
25
fi
 
26
 
22
27
have=NGX_HAVE_AIO . auto/have
23
28
have=NGX_HAVE_IOCP . auto/have