diff options
Diffstat (limited to 'dev-php5/suhosin/files/suhosin-0.9.32.1-libcrypt.patch')
-rw-r--r-- | dev-php5/suhosin/files/suhosin-0.9.32.1-libcrypt.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-php5/suhosin/files/suhosin-0.9.32.1-libcrypt.patch b/dev-php5/suhosin/files/suhosin-0.9.32.1-libcrypt.patch new file mode 100644 index 000000000000..bf0d1a45f76f --- /dev/null +++ b/dev-php5/suhosin/files/suhosin-0.9.32.1-libcrypt.patch @@ -0,0 +1,12 @@ +Index: suhosin-0.9.32.1/config.m4 +=================================================================== +--- suhosin-0.9.32.1.orig/config.m4 ++++ suhosin-0.9.32.1/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 crypt.c crypt_blowfish.c sha256.c memory_limit.c treat_data.c ifilter.c post_handler.c ufilter.c rfc1867.c log.c header.c execute.c ex_imp.c session.c aes.c compat_snprintf.c, $ext_shared) ++ PHP_CHECK_LIBRARY(crypt, crypt, ++ [PHP_ADD_LIBRARY(crypt,, SUHOSIN_SHARED_LIBADD)]) ++ PHP_SUBST(SUHOSIN_SHARED_LIBADD) + fi |