X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=mcrypt-libs.patch;fp=mcrypt-libs.patch;h=0000000000000000000000000000000000000000;hb=72ad6add086b462795ce6d3a9a6ca5f8d8410b03;hp=2bc029ce46ebea42f4a6f72dac78b3f55e99ffd8;hpb=ad5f98910c721925df50d505bbf45b82b90eaf38;p=packages%2Fphp.git diff --git a/mcrypt-libs.patch b/mcrypt-libs.patch deleted file mode 100644 index 2bc029c..0000000 --- a/mcrypt-libs.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- 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)