|
|
@ -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 |
|
|
|