Browse Source

util-linux-ng: hacked to find PKG_CHECK_MODULES after their's `make` calls `aclocal`

user/amery/wip/aclocal
Alejandro Mery 15 years ago committed by Alejandro Mery
parent
commit
8df1b54c80
  1. 6
      base/util-linux-ng/util-linux-ng.conf

6
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

Loading…
Cancel
Save