diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-11 11:53:58 +0200 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-09-11 12:37:02 -0400 |
commit | fd5be9e20c437ab9bf3dd451ab66b1bdeb6b4378 (patch) | |
tree | e26695f94ca65774502e837d8119f21542d3cc60 /dev-php | |
parent | dev-php/pecl-radius: remove unused patch (diff) | |
download | gentoo-fd5be9e20c437ab9bf3dd451ab66b1bdeb6b4378.tar.gz gentoo-fd5be9e20c437ab9bf3dd451ab66b1bdeb6b4378.tar.bz2 gentoo-fd5be9e20c437ab9bf3dd451ab66b1bdeb6b4378.zip |
dev-php/suhosin: remove unused patch
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/suhosin/files/suhosin-0.9.37.1-libcrypt.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-php/suhosin/files/suhosin-0.9.37.1-libcrypt.patch b/dev-php/suhosin/files/suhosin-0.9.37.1-libcrypt.patch deleted file mode 100644 index 02b5aba1af2b..000000000000 --- a/dev-php/suhosin/files/suhosin-0.9.37.1-libcrypt.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: suhosin-0.9.32.1/config.m4 -=================================================================== ---- suhosin-0.9.33.orig/config.m4 -+++ suhosin-0.9.33/config.m4 -@@ -6,4 +6,7 @@ PHP_ARG_ENABLE(suhosin, whether to enabl - - if test "$PHP_SUHOSIN" != "no"; then - PHP_NEW_EXTENSION(suhosin, suhosin.c sha256.c memory_limit.c treat_data.c ifilter.c post_handler.c ufilter.c rfc1867.c rfc1867_new.c log.c header.c execute.c ex_imp.c session.c aes.c crypt.c, $ext_shared) -+ PHP_CHECK_LIBRARY(crypt, crypt, -+ [PHP_ADD_LIBRARY(crypt,, SUHOSIN_SHARED_LIBADD)]) -+ PHP_SUBST(SUHOSIN_SHARED_LIBADD) - fi |