zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #09939
[Merge] lp:~zorba-coders/zorba/fix_bug_1000895 into lp:zorba
William Candillon has proposed merging lp:~zorba-coders/zorba/fix_bug_1000895 into lp:zorba.
Requested reviews:
William Candillon (wcandillon)
Paul J. Lucas (paul-lucas)
Related bugs:
Bug #1000895 in Zorba: "_php_sprintf symbol not found on Mac OS X"
https://bugs.launchpad.net/zorba/+bug/1000895
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1000895/+merge/106312
Fix PHP build
--
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1000895/+merge/106312
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'cmake_modules/FindPHP5.cmake'
--- cmake_modules/FindPHP5.cmake 2012-05-03 12:31:51 +0000
+++ cmake_modules/FindPHP5.cmake 2012-05-18 06:17:18 +0000
@@ -103,7 +103,8 @@
__zend_hash_add_or_update
_php_strtolower
_executor_globals
- _call_user_function
+ _call_user_function
+ _php_sprintf
)
SET(CMAKE_SHARED_MODULE_CREATE_C_FLAGS
"${CMAKE_SHARED_MODULE_CREATE_C_FLAGS},-U,${symbol}")
Follow ups