[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 4fbaebfb9f05d9f93551fa6ff557957a2d9399f2
Author: Clint Adams <schizo at debian.org>
Date:   Sun Sep 4 22:55:26 2005 +0000

    Fix autoconf magic to include the right dir on alphalinux/glibc.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-84

diff --git a/configure.ac b/configure.ac
index 4f12acc..abbc9e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -414,7 +414,9 @@ case "$target_cpu:$target_os" in
 #include <sys/stat.h>
 _STAT_VER:_STAT_VER_GLIBC2_3_4
 ],
-       [AC_MSG_RESULT([yes]); AC_DEFINE(STUPID_ALPHA_HACK)],
+       [AC_MSG_RESULT([yes]); AC_DEFINE(STUPID_ALPHA_HACK);
+CPPFLAGS="$CPPFLAGS -I\$(srcdir)/statconv/glibc/linux/alpha"
+],
        [AC_MSG_RESULT([no]);])
         ;;
 esac
diff --git a/debian/changelog b/debian/changelog
index 230e3b6..ef91b13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fakeroot (1.5.1) unstable; urgency=high
+
+  * Fix autoconf magic to include the right dir on alphalinux/glibc.
+
+ -- Clint Adams <schizo at debian.org>  Sun,  4 Sep 2005 18:54:28 -0400
+
 fakeroot (1.5) unstable; urgency=low
 
   * Fix error in French fakeroot(1), thanks to Kevin Ryde.

-- 
fakeroot



More information about the Fakeroot-commits mailing list