From ac843e8a0261e550efe435dc5ff13a36a86636e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Fri, 2 Apr 2021 17:32:14 -0300 Subject: [PATCH] recipes: libs/ncurses: Do not use the C11 Noreturn feature for now MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/libs/ncurses/recipe | 1 - recipes/tools/dialog/recipe | 1 - 2 files changed, 2 deletions(-) diff --git a/recipes/libs/ncurses/recipe b/recipes/libs/ncurses/recipe index 7e8b60ef..844aa16f 100644 --- a/recipes/libs/ncurses/recipe +++ b/recipes/libs/ncurses/recipe @@ -73,7 +73,6 @@ build() --enable-termcap \ --enable-pc-files \ --enable-xmc-glitch \ - --enable-stdnoreturn \ --disable-stripping \ --disable-relink \ --with-pkg-config-libdir=/usr/lib${libSuffix}/pkgconfig \ diff --git a/recipes/tools/dialog/recipe b/recipes/tools/dialog/recipe index b2f492f0..a1763723 100644 --- a/recipes/tools/dialog/recipe +++ b/recipes/tools/dialog/recipe @@ -61,7 +61,6 @@ build() $configure_args \ --libdir=/usr/lib${libSuffix} \ --mandir=$mandir \ - --enable-stdnoreturn \ --enable-widec \ --enable-nls \ --disable-rpath-hack \ -- 2.11.4.GIT