[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a
Clint Adams
schizo at debian.org
Tue Aug 23 13:05:41 UTC 2011
The following commit has been merged in the upstream branch:
commit d2e403d9b33fb845b5aaf5f062d6be0210fabf68
Author: Clint Adams <schizo at debian.org>
Date: Sun Aug 21 23:58:47 2005 +0000
Fix libcpath case statement in configure.ac.
git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-81
diff --git a/configure.ac b/configure.ac
index bd73e4f..3fad65b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -310,8 +310,7 @@ fi
dnl This should really be done intelligently.
case $target_cpu:$target_os in
- (alpha*:linux*)
- (ia64*:linux*)
+ (alpha*:linux*|ia64*:linux*)
libcpath="/lib/libc.so.6.1"
;;
(*:linux*)
diff --git a/debian/changelog b/debian/changelog
index 36912ed..c77461d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
fakeroot (1.4.3) unstable; urgency=low
* Make mknod debug message say "mknod" instead of "chmod".
+ * Fix libcpath case statement in configure.ac.
-- Clint Adams <schizo at debian.org> Sun, 21 Aug 2005 19:49:55 -0400
--
fakeroot
More information about the Fakeroot-commits
mailing list