debian/changelog | 7 +++++++ debian/rules | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-)
New commits: commit 1ddcf698301a16e53b76f0c3d7582ab7e1b28ae6 Author: Julien Cristau <jcris...@debian.org> Date: Sat Jan 31 22:13:13 2009 +0100 Drop CFLAGS mangling for lpia and armel from debian/rules This issue has been fixed upstream. diff --git a/debian/changelog b/debian/changelog index aabd49b..fbec380 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mesa (7.3-1ubuntu2) UNRELEASED; urgency=low + + * Drop CFLAGS mangling for lpia and armel from debian/rules, the issue has + been fixed upstream. + + -- Julien Cristau <jcris...@debian.org> Sat, 31 Jan 2009 22:12:35 +0100 + mesa (7.3-1ubuntu1) jaunty; urgency=low * Merge with Debian experimental. diff --git a/debian/rules b/debian/rules index 3ea1294..5b459c1 100755 --- a/debian/rules +++ b/debian/rules @@ -75,9 +75,6 @@ else ifeq ($(DEB_HOST_ARCH), sparc) DRI_DRIVERS += ffb else ifeq ($(DEB_HOST_ARCH), lpia) DRI_DRIVERS = i915 i965 - CFLAGS += -D_BSD_SOURCE -D_GNU_SOURCE -else ifeq ($(DEB_HOST_ARCH), armel) - CFLAGS += -D_BSD_SOURCE -D_GNU_SOURCE endif confflags-dri = \ -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org