grknight    14/10/08 13:39:30

  Added:                suhosin-0.9.36-libcrypt.patch
  Removed:              suhosin-0.9.32.1-libcrypt.patch
  Log:
  Version bump wrt bug 520178
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 67C78E1D)

Revision  Changes    Path
1.1                  dev-php/suhosin/files/suhosin-0.9.36-libcrypt.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/files/suhosin-0.9.36-libcrypt.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/files/suhosin-0.9.36-libcrypt.patch?rev=1.1&content-type=text/plain

Index: suhosin-0.9.36-libcrypt.patch
===================================================================
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 compat_snprintf.c, $ext_shared)
+  PHP_CHECK_LIBRARY(crypt, crypt,
+    [PHP_ADD_LIBRARY(crypt,, SUHOSIN_SHARED_LIBADD)])
+  PHP_SUBST(SUHOSIN_SHARED_LIBADD)
 fi




Reply via email to