From b225ed0bf05b1d187679d7cad707118a65f541f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 13 Nov 2018 18:01:10 -0300 Subject: [PATCH] recipes: tools/psmisc: enable NLS support --- recipes/tools/psmisc/recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/tools/psmisc/recipe b/recipes/tools/psmisc/recipe index b3461bbd..05e69545 100644 --- a/recipes/tools/psmisc/recipe +++ b/recipes/tools/psmisc/recipe @@ -1,6 +1,6 @@ # Build recipe for psmisc. # -# Copyright (c) 2016-2017 Matias Fonzo, . +# Copyright (c) 2016-2018 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ program=psmisc version=23.1 -release=1 +release=2 # Set 'outdir' for a nice and well-organized output directory outdir="${outdir}/${arch}/tools" @@ -56,7 +56,7 @@ build() $configure_args \ --mandir=$mandir \ --disable-harden-flags \ - --disable-nls \ + --enable-nls \ --build="$(cc -dumpmachine)" echo "#include " >> config.h -- 2.11.4.GIT