Skip to content
Commit 71f279f9 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

util-linux: fix install when locales are enabled



util-linux uses mkinstalldirs to install .po files when locales are
enabled, but the definition of MKINSTALLDIRS comes from a tweaked
nls.m4 (based on the one from gettext).

When we autoreconf the package, we end up using the system (staging)
version of nls.m4, so MKINSTALLDIRS doesn't get defined.

Fix it by passing a definition of MKINSTALLDIRS to make during the
install steps.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent ac7d781f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment