package/madplay: fix build when NLS is enabled
authorGiulio Benetti <giulio.benetti@micronovasrl.com>
Tue, 16 Apr 2019 10:21:25 +0000 (12:21 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 17 Apr 2019 20:00:44 +0000 (22:00 +0200)
commit00b733a39b0fe3902c96f6734c4f82c310cffc26
treec82cc2d52c5e6fd0e5dff0dec79bb29d576dd2e6
parentee113235cb608d3c68071e948bd5755321a38bbf
package/madplay: fix build when NLS is enabled

MKINSTALLDIRS is not automatically called by autotools when
autoreconfigured.
This leads to the following error during install:

`/bin/sh @MKINSTALLDIRS@ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share
/bin/sh: 0: Can't open @MKINSTALLDIRS@`

because @MKINSTALLDIRS@ doesn't get substituted during autoreconf.

This particular command only gets invoked when NLS is enabled.

Add patch that explicitly calls AM_MKINSTALLDIRS macro to substitute
every @MKINSTALLDIRS@ occurence in *.in Makefile.

Patch is not sent upstream since upstream is dead.

Fixes:
http://autobuild.buildroot.net/results/744/7447c03426556f787f20f7ab2d36f0cacc4af1bd/

Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/madplay/0004-configure-ac-call-AM_MKINSTALLDIRS.patch [new file with mode: 0644]