summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6135e0f..9f8a857 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,6 +97,7 @@ fi
if test "x$xattr" = xyes ; then
AC_DEFINE([USE_XATTR], [1], [Use extended attributes])
+ LIBS="-lattr $LIBS"
fi
# 64 Bit LFS support
diff --git a/debian/changelog b/debian/changelog
index dedcb84..d11a4bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
syrep (0.7-2) unstable; urgency=low
* Fix README link
+ * Fix dependency on libattr1
-- Lennart Poettering <mzflerc@0pointer.net> Sun, 12 Feb 2006 11:49:48 +0100