]> git.pld-linux.org Git - packages/php.git/blob - php-ac.patch
- rel 3; don't rely on libtool detection
[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,12 @@
4  #endif
5  
6  #include <sys/resource.h>
7 +/* We want domainname instead of __domainname */
8 +#ifdef _GNU_SOURCE
9 +#ifndef __USE_GNU
10 +#define __USE_GNU
11 +#endif
12 +#endif
13  #include <sys/utsname.h>
14  #include <sys/types.h>
15  #include <sys/stat.h>
This page took 0.027177 seconds and 3 git commands to generate.