work around FTPFS with g++ 11 by setting CXXFLAG -std=c++14

This commit is contained in:
Jonas Smedegaard 2021-11-03 15:19:10 +01:00
parent 438d62ce7c
commit c270ddb719
2 changed files with 3 additions and 1 deletions

2
debian/TODO vendored
View File

@ -1,3 +1,3 @@
* add missing manpages for syncompare and syncevo-http-server
* fix FTPFS with g++-11;
* fix FTPFS with g++ 11 without CXXFLAG -std=c++14;
see <https://gitlab.freedesktop.org/SyncEvolution/syncevolution/-/issues/167>

2
debian/rules vendored
View File

@ -1,6 +1,8 @@
#!/usr/bin/make -f
# -*- makefile -*-
export DEB_CXXFLAGS_APPEND = -std=c++14
export CONFIG_SHELL=/bin/bash
export DEB_BUILD_MAINT_OPTIONS = hardening=+all