package/libassuan: fixup libassuan-config
The libassuan library installs libassuan-config, but it is not currently fixed up by our <pkg>_CONFIG_SCRIPTS logic. While this doesn't cause any problem today, it fails badly with per-package folders, so let's use <pkg>_CONFIG_SCRIPTS. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f3d4d2dbd5
commit
2a9fa7e5e7
@ -13,5 +13,6 @@ LIBASSUAN_INSTALL_STAGING = YES
|
||||
LIBASSUAN_DEPENDENCIES = libgpg-error
|
||||
LIBASSUAN_CONF_OPTS = \
|
||||
--with-gpg-error-prefix=$(STAGING_DIR)/usr
|
||||
LIBASSUAN_CONFIG_SCRIPTS = libassuan-config
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user