Browse Source

util-linux-ng: hacked to avoid an spontaneous aclocal call

user/amery/mess
Alejandro Mery 15 years ago
parent
commit
7c5b959d92
  1. 3
      base/util-linux-ng/util-linux-ng.conf

3
base/util-linux-ng/util-linux-ng.conf

@ -21,3 +21,6 @@ fi
hook_add premake 5 'touch aclocal.m4'
var_append extraconfopt ' ' '--disable-mount'
# HACK: avoid spontaneous aclocal call
hook_add preconf 5 'touch aclocal.m4'

Loading…
Cancel
Save