]> git.pld-linux.org Git - packages/php.git/commitdiff
- quick workaround to allow building with autoconf 2.62
authorhawk <hawk@pld-linux.org>
Tue, 3 Jun 2008 19:43:46 +0000 (19:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-ac.patch -> 1.1

php-ac.patch [new file with mode: 0644]

diff --git a/php-ac.patch b/php-ac.patch
new file mode 100644 (file)
index 0000000..0d9f90a
--- /dev/null
@@ -0,0 +1,13 @@
+--- php-5.2.6/ext/posix/posix.c.orig   2008-06-03 20:39:01.000000000 +0200
++++ php-5.2.6/ext/posix/posix.c        2008-06-03 20:38:26.000000000 +0200
+@@ -36,6 +36,10 @@
+ #endif
+ #include <sys/resource.h>
++/* We want domainname instead of __domainname */
++#ifndef __USE_GNU
++#define __USE_GNU
++#endif
+ #include <sys/utsname.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
This page took 0.769541 seconds and 4 git commands to generate.