From 3e609a4a468fc13799b6d15fedd801e1887b9f49 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 13 Jul 2010 14:56:11 +0200 Subject: [PATCH] util-linux-ng: fixed build by using a workaround to not call 'aclocal' spontanously --- base/util-linux-ng/util-linux-ng.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/base/util-linux-ng/util-linux-ng.conf b/base/util-linux-ng/util-linux-ng.conf index 8e3238865..31173f315 100644 --- a/base/util-linux-ng/util-linux-ng.conf +++ b/base/util-linux-ng/util-linux-ng.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../util-linux-ng/util-linux-ng.conf -# Copyright (C) 2008 - 2009 The OpenSDE Project +# Copyright (C) 2008 - 2010 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -16,3 +16,6 @@ if [ $prefix_auto = 1 ] ; then prefix= set_confopt fi + +# HACK: avoid spontaneous aclocal call +hook_add premake 5 'touch aclocal.m4'