]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
nut: Fix build with GCC 11
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 May 2021 12:03:18 +0000 (12:03 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 5 Jul 2021 05:42:39 +0000 (07:42 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/nut

diff --git a/lfs/nut b/lfs/nut
index 220425944415237915be3f41d998afa948779f58..4af5657c5b9ee0113a8687e52bc5214c81e18768 100644 (file)
--- a/lfs/nut
+++ b/lfs/nut
@@ -36,6 +36,8 @@ PAK_VER    = 7
 
 DEPS       =
 
+CXXFLAGS  += -std=c++11
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################