From 41bc6c9372f42476af83f314ce2f2de86da643e5 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 14 Oct 2010 08:36:26 +0000 Subject: [PATCH] Use LTLIBICONV when linking libfuse This fixes building against uclibc + libiconv. Signed-off-by: Natanael Copa --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d0bed8d..4df581e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-10-14 Miklos Szeredi + + Use LTLIBICONV when linking libfuse. This fixes building against + uclibc + libiconv. Patch by Natanael Copa + 2010-10-05 Miklos Szeredi * Add missing argument check in ulockmgr.c to prevent calling diff --git a/configure.in b/configure.in index 9d13f33..3b64511 100644 --- a/configure.in +++ b/configure.in @@ -72,7 +72,7 @@ AC_ARG_WITH([libiconv-prefix], done ]) AM_ICONV -libfuse_libs="$libfuse_libs $LIBICONV" +libfuse_libs="$libfuse_libs $LTLIBICONV" AM_CONDITIONAL(ICONV, test "$am_cv_func_iconv" = yes) AC_SUBST(libfuse_libs) -- 2.30.2