Browse Source

util-linux: disabled NLS.

user/amery/next-tc-karasz
Nagy Károly Gábriel 8 years ago
committed by Alejandro Mery
parent
commit
71e5d636e7
1 changed files with 3 additions and 9 deletions
  1. +3
    -9
      base/util-linux/util-linux.conf

+ 3
- 9
base/util-linux/util-linux.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../util-linux/util-linux.conf
# Copyright (C) 2008 - 2015 The OpenSDE Project
# Copyright (C) 2008 - 2016 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -17,14 +17,8 @@ if [ $prefix_auto = 1 ] ; then
set_confopt
fi
# regenerate autotools infrastructure to avoid version mismatch
#autogen=1
# HACK: avoid spontaneous aclocal call
#hook_add premake 5 'touch aclocal.m4'
# 'for' loop initial declarations are only allowed in C99 mode
#var_append GCC_WRAPPER_APPEND ' ' '-std=c99'
# no NLS for now.
var_append extraconfopt ' ' "--disable-nls"
# use su, login from shadow package if available
# Note: the variants provided by util-linux require pam

Loading…
Cancel
Save