mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-php/suhosin: remove unused patch
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
committed by
Michael Orlitzky
parent
aeac87460a
commit
fd5be9e20c
@@ -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
|
||||
Reference in New Issue
Block a user