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