Browse Source

util-linux: Flagged package GNU99 and removed autoreconf, not needed

because of toolchain update.
master
Nagy Károly Gábriel 8 years ago
parent
commit
966b06950e
2 changed files with 6 additions and 4 deletions
  1. +4
    -4
      base/util-linux/util-linux.conf
  2. +2
    -0
      base/util-linux/util-linux.desc

+ 4
- 4
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 - 2014 The OpenSDE Project
# Copyright (C) 2008 - 2015 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -18,13 +18,13 @@ if [ $prefix_auto = 1 ] ; then
fi
# regenerate autotools infrastructure to avoid version mismatch
autogen=1
#autogen=1
# HACK: avoid spontaneous aclocal call
hook_add premake 5 'touch aclocal.m4'
#hook_add premake 5 'touch aclocal.m4'
# 'for' loop initial declarations are only allowed in C99 mode
var_append GCC_WRAPPER_APPEND ' ' '-std=c99'
#var_append GCC_WRAPPER_APPEND ' ' '-std=c99'
# use su, login from shadow package if available
# Note: the variants provided by util-linux require pam

+ 2
- 0
base/util-linux/util-linux.desc

@ -31,6 +31,8 @@
[C] base/system
[F] GNU99
[L] GPL
[S] Stable
[V] 2.27

Loading…
Cancel
Save