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

Bug#811794: Fix/Workaround for the 3dldf FTBFS



tags 811794 +patch
thanks

The change in gcc 6 that FTBFS 3dldf is the change of the
default C++ mode from gnu++98 to gnu++14.

Not a perfect fix, but sufficient to fix the build is:

--- debian/rules.old	2016-08-12 13:04:45.000000000 +0300
+++ debian/rules	2016-08-12 13:08:07.000000000 +0300
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_CXXFLAGS_MAINT_APPEND = -std=gnu++98
+
 default:
 	@uscan --no-conf --dehs --report || true
 

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


Reply to: