[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:06:01 UTC 2011


The following commit has been merged in the upstream branch:
commit f989f5e4a40e8647309ed163d6574f0dca0d91ff
Author: Clint Adams <schizo at debian.org>
Date:   Tue Oct 30 16:41:40 2007 +0000

    Apply patch from Andrew Benham to handle building with a C compiler other than GCC.  closes: #448631.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-136

diff --git a/configure.ac b/configure.ac
index 86cbfc7..7fbc74b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,6 +67,8 @@ AH_TEMPLATE([FAKEROOT_ATTR], [for packed])
 if test -n "$GCC";
 then
 AC_DEFINE_UNQUOTED(FAKEROOT_ATTR(x), [__attribute__ ((x))])
+else
+AC_DEFINE_UNQUOTED(FAKEROOT_ATTR(x), [])
 fi
 
 dnl The parameters to the wrapped functions have to match
diff --git a/debian/changelog b/debian/changelog
index 9c44395..579f4b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ fakeroot (1.8.3) unstable; urgency=low
 
   * Apply patch from Andrew Benham to handle building with non-GNU
     tr.  closes: #448631.
+  * Apply patch from Andrew Benham to handle building with a C
+    compiler other than GCC.  closes: #448631.
 
  -- Clint Adams <schizo at debian.org>  Tue, 30 Oct 2007 12:39:09 -0400
 

-- 
fakeroot



More information about the Fakeroot-commits mailing list