From b408a6de4429c1222134504f98db98a2e5f59900 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 13 Nov 2018 20:08:17 -0300 Subject: [PATCH] recipes: networking/inetutils: added side note about --disable-nls --- recipes/networking/inetutils/recipe | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/networking/inetutils/recipe b/recipes/networking/inetutils/recipe index 2d1a3c2f..0742882e 100644 --- a/recipes/networking/inetutils/recipe +++ b/recipes/networking/inetutils/recipe @@ -1,6 +1,6 @@ # Build recipe for inetutils. # -# Copyright (c) 2017 Matias Fonzo, . +# Copyright (c) 2017-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=inetutils version=1.9.4 -release=1 +release=2 # Set 'outdir' for a nice and well-organized output directory outdir="${outdir}/${arch}/networking" @@ -53,6 +53,9 @@ build() # Note about `--disable-logger': # A better version is provided by the util-linux package + # Note about `--disable-nls': + # GNU Inetutils does not seem to provide locale files + ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS -static" \ $configure_args \ --libdir=/usr/lib${libSuffix} \ -- 2.11.4.GIT