[Pkg-php-commits] [php/debian-experimental] Add avr32-linux-gnu to no -gstabs toolchains (Closes: #543278)
Ondrej Sury
ondrej at howl.office.nic.cz
Tue Aug 25 14:57:23 UTC 2009
---
debian/changelog | 3 ++-
debian/rules | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6f07156..25c690c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ php5 (5.3.0-3) unstable; urgency=low
* Fix segmentation fault in php-gd (Closes: #543496)
* Update suhosin patch to 0.9.8 *BETA* and enable it again
* Fix FTBFS with current autoconf/automake (Closes: #542906, #542088)
+ * Add avr32-linux-gnu to no -gstabs toolchains (Closes: #543278)
- -- OndÅej Surý <ondrej at debian.org> Tue, 25 Aug 2009 15:40:09 +0200
+ -- OndÅej Surý <ondrej at debian.org> Tue, 25 Aug 2009 15:48:07 +0200
php5 (5.3.0-2) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index 947505d..4cb8883 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ ifeq (alpha-linux-gnu,$(DEB_HOST_GNU_TYPE))
CFLAGS += -mieee
endif
-ifeq ($(DEB_HOST_GNU_TYPE), $(findstring $(DEB_HOST_GNU_TYPE), ia64-linux-gnu powerpc64-linux-gnu))
+ifeq ($(DEB_HOST_GNU_TYPE), $(findstring $(DEB_HOST_GNU_TYPE), ia64-linux-gnu powerpc64-linux-gnu avr32-linux-gnu))
CFLAGS += -g
else
CFLAGS += -gstabs
--
1.5.6.5
More information about the Pkg-php-commits
mailing list