]> git.pld-linux.org Git - packages/php4.git/blob - php4-ac.patch
- x32 fixes
[packages/php4.git] / php4-ac.patch
1 --- php-4.4.8/ext/posix/posix.c.orig    2008-06-03 21:49:38.000000000 +0200
2 +++ php-4.4.8/ext/posix/posix.c 2008-06-03 21:48:37.000000000 +0200
3 @@ -35,6 +35,12 @@
4  
5  #include <unistd.h>
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.02841 seconds and 3 git commands to generate.