Author: hawk                         Date: Tue Jun  3 19:43:51 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- quick workaround to allow building with autoconf 2.62

---- Files affected:
SOURCES:
   php-ac.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/php-ac.patch
diff -u /dev/null SOURCES/php-ac.patch:1.1
--- /dev/null   Tue Jun  3 21:43:51 2008
+++ SOURCES/php-ac.patch        Tue Jun  3 21:43:46 2008
@@ -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>
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to