summaryrefslogtreecommitdiff
path: root/security/pecl-crack/files/patch-use-real-libcrack
diff options
context:
space:
mode:
Diffstat (limited to 'security/pecl-crack/files/patch-use-real-libcrack')
-rw-r--r--security/pecl-crack/files/patch-use-real-libcrack9
1 files changed, 0 insertions, 9 deletions
diff --git a/security/pecl-crack/files/patch-use-real-libcrack b/security/pecl-crack/files/patch-use-real-libcrack
deleted file mode 100644
index 6907d9466588..000000000000
--- a/security/pecl-crack/files/patch-use-real-libcrack
+++ /dev/null
@@ -1,9 +0,0 @@
---- config.m4 2005-09-21 05:00:06.000000000 -0400
-+++ config.m4 2015-04-09 21:44:51.000000000 -0400
-@@ -9,6 +9,4 @@
-
- if test "$PHP_CRACK" != "yes"; then
-- AC_MSG_ERROR(Only the bundled library is supported right now)
--
- for i in $PHP_CRACK/lib $PHP_CRACK/cracklib /usr/local/lib /usr/lib; do
- test -f $i/libcrack.$SHLIB_SUFFIX_NAME -o -f $i/libcrack.a && CRACK_LIBDIR=$i && break