[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Clint Adams
schizo at debian.org
Sun Nov 15 03:17:06 UTC 2009
The following commit has been merged in the upstream branch:
commit f3b37a033730faefdb4ced5407deafbabd0cebb1
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
--
fakeroot
More information about the Fakeroot-commits
mailing list