From 5bf6971c384f5480d008b69c54122edb59a8fa1f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 3 Jun 2012 09:08:55 +1000 Subject: libreplace: Link libreplace against attr when required The autoconf Samba build will return to over-linking with -lattr on systems with both the XFS compat API and native xattrs. Autobuild-User: Andrew Bartlett Autobuild-Date: Sun Jun 3 03:56:05 CEST 2012 on sn-devel-104 --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 37f37f6030..153c8874d2 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -586,7 +586,7 @@ LIBREPLACE_DIR=`echo ${libreplacedir} | sed -e "s;${srcdir};;" -e "s;^/;;"` LIBREPLACE_OBJS="${LIBREPLACEOBJ}" AC_SUBST(LIBREPLACE_OBJS) -LIBREPLACE_LIBS="${LIBREPLACE_NETWORK_LIBS}" +LIBREPLACE_LIBS="${LIBREPLACE_NETWORK_LIBS} ${LIBREPLACE_FILESYS_LIBS}" AC_SUBST(LIBREPLACE_LIBS) -- cgit