|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../util-linux-ng/util-linux-ng.conf |
|
|
|
|
# Copyright (C) 2008 - 2010 The OpenSDE Project |
|
|
|
|
# Filename: package/.../util-linux/util-linux.conf |
|
|
|
|
# Copyright (C) 2008 - 2012 The OpenSDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
|
# |
|
|
|
@ -19,3 +19,11 @@ fi
|
|
|
|
|
|
|
|
|
|
# HACK: avoid spontaneous aclocal call |
|
|
|
|
hook_add premake 5 'touch aclocal.m4' |
|
|
|
|
|
|
|
|
|
if atstage cross; then |
|
|
|
|
# cannot run test program while cross compiling |
|
|
|
|
var_append configcache ' ' "scanf_cv_type_modifier=ms" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
# 'for' loop initial declarations are only allowed in C99 mode |
|
|
|
|
var_append GCC_WRAPPER_APPEND ' ' '-std=c99' |
|
|
|
|