From 8df1b54c80b868b2e869e767bdc428d7a52cc645 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 7 Mar 2010 08:22:49 -0500 Subject: [PATCH] util-linux-ng: hacked to find PKG_CHECK_MODULES after their's `make` calls `aclocal` --- base/util-linux-ng/util-linux-ng.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/base/util-linux-ng/util-linux-ng.conf b/base/util-linux-ng/util-linux-ng.conf index 31173f315..5a3bf2a89 100644 --- a/base/util-linux-ng/util-linux-ng.conf +++ b/base/util-linux-ng/util-linux-ng.conf @@ -17,5 +17,7 @@ if [ $prefix_auto = 1 ] ; then set_confopt fi -# HACK: avoid spontaneous aclocal call -hook_add premake 5 'touch aclocal.m4' +if atstage cross; then + export AL_OPTS="-I $root/usr/share/aclocal/" # quotes are not supported -amery + autogen=1 +fi