[packages] php5: fix build on backfire (membar_producer link error, closes #9379)
The attached patch was accepted upstream, see http://bugs.php.net/bug.php?id=54895 for details. git-svn-id: svn://svn.openwrt.org/openwrt/packages@26965 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
992b7adc02
commit
c6308bae9c
@ -0,0 +1,11 @@
|
|||||||
|
--- a/ext/standard/php_crypt_r.c
|
||||||
|
+++ b/ext/standard/php_crypt_r.c
|
||||||
|
@@ -94,7 +94,7 @@
|
||||||
|
if (!initialized) {
|
||||||
|
#ifdef PHP_WIN32
|
||||||
|
InterlockedIncrement(&initialized);
|
||||||
|
-#elif (defined(__GNUC__) && (__GNUC__ >= 4 && __GNUC_MINOR__ >= 2))
|
||||||
|
+#elif (defined(__GNUC__) && (__GNUC__ >= 4 && __GNUC_MINOR__ >= 1))
|
||||||
|
__sync_fetch_and_add(&initialized, 1);
|
||||||
|
#elif defined(HAVE_ATOMIC_H) /* Solaris 10 defines atomic API within */
|
||||||
|
membar_producer();
|
Loading…
x
Reference in New Issue
Block a user