]> git.pld-linux.org Git - packages/php-pecl-crack.git/blame - php-pecl-crack-m4_fixes.patch
- workaround for spec parser having macro undefined yet and not seeing BR
[packages/php-pecl-crack.git] / php-pecl-crack-m4_fixes.patch
CommitLineData
bb0c4f1f
AG
1diff -burN crack-0.3.orig/config.m4 crack-0.3/config.m4
2--- crack-0.3.orig/config.m4 2005-09-05 15:23:35.874777736 +0200
3+++ crack-0.3/config.m4 2005-09-05 15:23:59.894126240 +0200
4@@ -10,7 +10,7 @@
5 if test "$PHP_CRACK" != "yes"; then
6 AC_MSG_ERROR(Only the bundled library is supported right now)
7
8- for i in $PHP_CRACK/lib $PHP_CRACK/cracklib /usr/local/lib /usr/lib; do
9+ for i in $PHP_CRACK/lib $PHP_CRACK/cracklib /usr/local/lib /usr/lib /usr/lib64; do
10 test -f $i/libcrack.$SHLIB_SUFFIX_NAME -o -f $i/libcrack.a && CRACK_LIBDIR=$i && break
11 done
d1e17238 12
This page took 0.07056 seconds and 4 git commands to generate.