From b2a88afe1a1189c5f504a3a10c5ae258ffce4af9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 27 Jul 2010 14:53:10 +0000 Subject: main/php: added missing patch --- main/php/php-uclibc.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/php/php-uclibc.patch (limited to 'main/php/php-uclibc.patch') diff --git a/main/php/php-uclibc.patch b/main/php/php-uclibc.patch new file mode 100644 index 0000000000..554f66bd5a --- /dev/null +++ b/main/php/php-uclibc.patch @@ -0,0 +1,11 @@ +--- ./ext/standard/php_crypt_r.c.orig ++++ ./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 >= 2)) || defined(__UCLIBC__) + __sync_fetch_and_add(&initialized, 1); + #elif defined(HAVE_ATOMIC_H) /* Solaris 10 defines atomic API within */ + membar_producer(); -- cgit v1.2.3