php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #54500
Patch mcrypt-libs.patch revision 2011-04-09 14:29 UTC by glen at delfi dot ee

Patch mcrypt-libs.patch for mcrypt related Bug #54500

Patch version 2011-04-09 14:29 UTC

Return to Bug #54500 | Download this patch
Patch Revisions:

Developer: glen@delfi.ee

--- php-5.3.6/ext/mcrypt/config.m4~	2010-01-15 23:02:20.000000000 +0200
+++ php-5.3.6/ext/mcrypt/config.m4	2011-04-09 16:18:07.634572726 +0300
@@ -36,7 +36,6 @@
 
   PHP_CHECK_LIBRARY(mcrypt, mcrypt_module_open, 
   [
-    PHP_ADD_LIBRARY(ltdl,, MCRYPT_SHARED_LIBADD)
     AC_DEFINE(HAVE_LIBMCRYPT,1,[ ])
   ],[
     PHP_CHECK_LIBRARY(mcrypt, mcrypt_module_open,
@@ -48,7 +47,7 @@
       -L$MCRYPT_DIR/$PHP_LIBDIR
     ])
   ],[
-    -L$MCRYPT_DIR/$PHP_LIBDIR -lltdl
+    -L$MCRYPT_DIR/$PHP_LIBDIR
   ])
 
   PHP_ADD_LIBRARY_WITH_PATH(mcrypt, $MCRYPT_DIR/$PHP_LIBDIR, MCRYPT_SHARED_LIBADD)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Dec 23 04:01:28 2024 UTC