From 7123962726998df6db96b1e190fe0e5e1fc56d84 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sat, 22 Mar 2014 08:25:41 +0100 Subject: [PATCH] musl: fixed to cross-compile time package with musl --- base/musl/pkg/time/time.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 base/musl/pkg/time/time.conf diff --git a/base/musl/pkg/time/time.conf b/base/musl/pkg/time/time.conf new file mode 100644 index 000000000..7852a8c5f --- /dev/null +++ b/base/musl/pkg/time/time.conf @@ -0,0 +1,17 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../musl/pkg/time/time.conf +# Copyright (C) 2014 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +if atstage cross; then + var_append configcache ' ' "ac_cv_func_wait3=yes" +fi