tags 456451 + patch
thanks
Hi,
Attached is the diff for my belocs-locales-bin 2.4-2.3 NMU.
Cheers,
Moritz
diff -u belocs-locales-bin-2.4/debian/changelog belocs-locales-bin-2.4/debian/changelog
--- belocs-locales-bin-2.4/debian/changelog
+++ belocs-locales-bin-2.4/debian/changelog
@@ -1,3 +1,12 @@
+belocs-locales-bin (2.4-2.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Build with --fgnu89-inline to ensure GCC 4.3 compatibility
+ See http://gcc.gnu.org/gcc-4.3/porting_to.html for details on the
+ changed behaviour. (Closes: #456451)
+
+ -- Moritz Muehlenhoff <[EMAIL PROTECTED]> Fri, 21 Mar 2008 22:16:12 +0100
+
belocs-locales-bin (2.4-2.2) unstable; urgency=low
* Non-maintainer upload.
diff -u belocs-locales-bin-2.4/debian/rules belocs-locales-bin-2.4/debian/rules
--- belocs-locales-bin-2.4/debian/rules
+++ belocs-locales-bin-2.4/debian/rules
@@ -15,7 +15,7 @@
build: build-stamp
build-stamp: configure-stamp
dh_testdir
- make CFLAGS="-O2 -g -Wall"
+ make CFLAGS="-O2 -g -Wall -fgnu89-inline"
# Build translated manual pages
make -C manpages
touch build-stamp