~britco/nginx/nginx

« back to all changes in this revision

Viewing changes to auto/unix

  • Committer: Package Import Robot
  • Author(s): Cyril Lavier, Cyril Lavier, Kartik Mistry
  • Date: 2012-03-18 09:31:19 UTC
  • mfrom: (4.2.46 sid)
  • Revision ID: package-import@ubuntu.com-20120318093119-vebmqxwdkfk52yjr
Tags: 1.1.17-2
[Cyril Lavier]
* debian/control:
  + Added build dependency to dpkg-dev (>= 1.15.7). (Closes: #664212)
* debian/patches/perl-use-dpkg-buildflags.patch:
  + Added patch to harden flags for perl module (Thanks to Simon Ruderich
    for the patch). (Closes: #664090)

[Kartik Mistry]
* Set urgency due to fix for security and RC bugs with 1.17.1-1 upload.

Show diffs side-by-side

added added

removed removed

Lines of Context:
721
721
ngx_feature_libs=
722
722
ngx_feature_test="struct dirent  dir; dir.d_type = DT_REG"
723
723
. auto/feature
 
724
 
 
725
 
 
726
ngx_feature="sysconf(_SC_NPROCESSORS_ONLN)"
 
727
ngx_feature_name="NGX_HAVE_SC_NPROCESSORS_ONLN"
 
728
ngx_feature_run=no
 
729
ngx_feature_incs=
 
730
ngx_feature_path=
 
731
ngx_feature_libs=
 
732
ngx_feature_test="sysconf(_SC_NPROCESSORS_ONLN)"
 
733
. auto/feature
 
734
 
 
735
 
 
736
ngx_feature="openat(), fstatat()"
 
737
ngx_feature_name="NGX_HAVE_OPENAT"
 
738
ngx_feature_run=no
 
739
ngx_feature_incs="#include <sys/types.h>
 
740
                  #include <sys/stat.h>
 
741
                  #include <fcntl.h>"
 
742
ngx_feature_path=
 
743
ngx_feature_libs=
 
744
ngx_feature_test="struct stat sb;
 
745
                  openat(AT_FDCWD, \".\", O_RDONLY|O_NOFOLLOW);
 
746
                  fstatat(AT_FDCWD, \".\", &sb, AT_SYMLINK_NOFOLLOW);"
 
747
. auto/feature