From 495478d009c42bc0a83d2470aab1b4ce5a42a406 Mon Sep 17 00:00:00 2001 From: mhei Date: Tue, 19 Apr 2011 19:30:27 +0000 Subject: [PATCH] [packages] php5: remove obsolete patch after update to 5.3.6 git-svn-id: svn://svn.openwrt.org/openwrt/packages@26732 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/php5/patches/001-upstream-r306305.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lang/php5/patches/001-upstream-r306305.patch diff --git a/lang/php5/patches/001-upstream-r306305.patch b/lang/php5/patches/001-upstream-r306305.patch deleted file mode 100644 index f55a6d2ba..000000000 --- a/lang/php5/patches/001-upstream-r306305.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/ext/standard/php_crypt_r.c -+++ b/ext/standard/php_crypt_r.c -@@ -94,7 +94,7 @@ void _crypt_extended_init_r(void) - if (!initialized) { - #ifdef PHP_WIN32 - InterlockedIncrement(&initialized); --#elif (defined(__GNUC__) && (__GNUC__ >= 4 && __GNUC_MINOR >= 2)) -+#elif (defined(__GNUC__) && (__GNUC__ >= 4 && __GNUC_MINOR__ >= 2)) - __sync_fetch_and_add(&initialized, 1); - #elif defined(HAVE_ATOMIC_H) /* Solaris 10 defines atomic API within */ - membar_producer(); -- 2.11.0