Control: tags -1 + patch pending

still failed to build for me. patch attached, uplodaing to delayed
diff -Nru nsis-2.46/debian/changelog nsis-2.46/debian/changelog
--- nsis-2.46/debian/changelog  2014-12-15 22:58:07.000000000 +0100
+++ nsis-2.46/debian/changelog  2015-07-10 14:00:30.000000000 +0200
@@ -1,3 +1,10 @@
+nsis (2.46-10.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with -fgnu89-inline. Closes: #778029.
+
+ -- Matthias Klose <d...@debian.org>  Fri, 10 Jul 2015 13:59:55 +0200
+
 nsis (2.46-10) unstable; urgency=medium
 
   * Fail the build if libwinpthread is needed at runtime (see #722898)
diff -Nru nsis-2.46/debian/rules nsis-2.46/debian/rules
--- nsis-2.46/debian/rules      2014-12-16 09:02:54.000000000 +0100
+++ nsis-2.46/debian/rules      2015-07-10 13:59:46.000000000 +0200
@@ -31,7 +31,7 @@
 # Honor hardening flags
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
-SCONSHOSTFLAGS = APPEND_CCFLAGS="$(CFLAGS) $(CPPFLAGS)" \
+SCONSHOSTFLAGS = APPEND_CCFLAGS="-fgnu89-inline $(CFLAGS) $(CPPFLAGS)" \
   APPEND_LINKFLAGS="$(LDFLAGS)"
 
 SCONSOPTS = $(SCONSFLAGS) VERSION=$(VERSION) \

Reply via email to