[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#984159: gnubiff: ftbfs with GCC-11



Package: gnubiff
Version: 2.2.17-3
Followup-For: Bug #984159
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu jammy ubuntu-patch
X-Debbugs-Cc: simon.chopin@canonical.com
Control: tags -1 patch

Dear Maintainer,


In Ubuntu, the attached patch was applied to achieve the following:

  * d/rules: force G++ to use C++14 (Closes: #984159)

Thanks for considering the patch.


-- System Information:
Debian Release: 11.0
  APT prefers impish-updates
  APT policy: (500, 'impish-updates'), (500, 'impish-security'), (500, 'impish'), (50, 'impish-proposed')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.13.0-20-lowlatency (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_USER, TAINT_OOT_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru gnubiff-2.2.17/debian/rules gnubiff-2.2.17/debian/rules
--- gnubiff-2.2.17/debian/rules	2018-10-17 00:37:55.000000000 +0200
+++ gnubiff-2.2.17/debian/rules	2021-11-26 09:13:33.000000000 +0100
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+export DEB_CXXFLAGS_MAINT_APPEND=-std=c++14
 %:
 	dh $@
 

Reply to: