Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 332161 | Differences between
and this patch

Collapse All | Expand All

(-)suhosin-0.9.32.1/config.m4 (+3 lines)
Lines 6-9 PHP_ARG_ENABLE(suhosin, whether to enabl Link Here
6
6
7
if test "$PHP_SUHOSIN" != "no"; then
7
if test "$PHP_SUHOSIN" != "no"; then
8
  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)
8
  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)
9
  PHP_CHECK_LIBRARY(crypt, crypt, 
10
    [PHP_ADD_LIBRARY(crypt,, SUHOSIN_SHARED_LIBADD)])
11
  PHP_SUBST(SUHOSIN_SHARED_LIBADD)
9
fi
12
fi

Return to bug 332161