diff options
Diffstat (limited to 'package/lzo/lzo-2.03-fix-configure-ac.patch')
| -rw-r--r-- | package/lzo/lzo-2.03-fix-configure-ac.patch | 21 | 
1 files changed, 21 insertions, 0 deletions
| diff --git a/package/lzo/lzo-2.03-fix-configure-ac.patch b/package/lzo/lzo-2.03-fix-configure-ac.patch new file mode 100644 index 000000000..26aece7b4 --- /dev/null +++ b/package/lzo/lzo-2.03-fix-configure-ac.patch @@ -0,0 +1,21 @@ +_AC_SRCPATHS doesn't exist in autoconf, _AC_SRCDIRS should be used +instead according to many reports found by Google. + +Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> +--- + configure.ac |    2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: lzo-2.03/configure.ac +=================================================================== +--- lzo-2.03.orig/configure.ac ++++ lzo-2.03/configure.ac +@@ -48,7 +48,7 @@ + AM_MAINTAINER_MODE +  + if test -z "$ac_abs_top_srcdir"; then +-    _AC_SRCPATHS(.) ++    _AC_SRCDIRS(.) + fi + if test -r .Conf.settings1; then +     . ./.Conf.settings1 | 
