]> git.pld-linux.org Git - packages/php.git/blob - php-ac.patch
- workaround building with autoconf 2.62, release 5
[packages/php.git] / php-ac.patch
1 --- php-5.2.6/ext/posix/posix.c.orig    2008-06-03 20:39:01.000000000 +0200
2 +++ php-5.2.6/ext/posix/posix.c 2008-06-03 20:38:26.000000000 +0200
3 @@ -36,6 +36,10 @@
4  #endif
5  
6  #include <sys/resource.h>
7 +/* We want domainname instead of __domainname */
8 +#ifndef __USE_GNU
9 +#define __USE_GNU
10 +#endif
11  #include <sys/utsname.h>
12  #include <sys/types.h>
13  #include <sys/stat.h>
This page took 0.116297 seconds and 3 git commands to generate.