php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #65320
Patch php-fix-event-includes-in-static-build revision 2013-07-23 22:14 UTC by florin dot asavoaie at gmail dot com

Patch php-fix-event-includes-in-static-build for event Bug #65320

Patch version 2013-07-23 22:14 UTC

Return to Bug #65320 | Download this patch
Patch Revisions:

Developer: florin.asavoaie@gmail.com

--- ext/event/config.m4
+++ ext/event/config.m4
@@ -179,6 +179,7 @@
   PHP_ADD_BUILD_DIR($ext_builddir/classes)
   PHP_ADD_INCLUDE($ext_builddir/src)
   PHP_ADD_INCLUDE($ext_builddir/classes)
+  PHP_ADD_INCLUDE($ext_builddir)
   PHP_ADD_EXTENSION_DEP(event, sockets, true)
   PHP_SUBST(EVENT_SHARED_LIBADD)
   PHP_SUBST(CFLAGS)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 13:01:30 2024 UTC