summaryrefslogtreecommitdiff
path: root/core/mk/pkg-macros/install.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/mk/pkg-macros/install.mk')
-rw-r--r--core/mk/pkg-macros/install.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/mk/pkg-macros/install.mk b/core/mk/pkg-macros/install.mk
index 476155a..eaed0b2 100644
--- a/core/mk/pkg-macros/install.mk
+++ b/core/mk/pkg-macros/install.mk
@@ -224,6 +224,9 @@ define __embtk_install_pkg_waf
$(call embtk_wafconfigure_pkg,$(1))
$(call __embtk_waf_build,$(1))
$(call __embtk_waf_install,$(1))
+ $(if $(__embtk_pkg_pkgconfigs),
+ $(call __embtk_fix_libtool_files)
+ $(call __embtk_fix_pkgconfig_files))
$(call __embtk_postinstall_pkg,$(1))
endef