mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package: proper aclocal fix
Revert r25827 and instead copy over the host aclocal files of the stuff needed for auto* (libtool + pkgconfig). These logically belong with the target stuff, as they are used for the target auto* toolchain. Long term we should probably consider using aclocal --acdir=$(STAGING_DIR)/usr/share/aclocal, so the host .m4 files cannot interfere with the target build.
This commit is contained in:
@@ -49,6 +49,10 @@ $(STAMP_DIR)/host_libtool_compiled: $(STAMP_DIR)/host_libtool_configured
|
||||
|
||||
$(STAMP_DIR)/host_libtool_installed: $(STAMP_DIR)/host_libtool_compiled
|
||||
$(MAKE) -C $(LIBTOOL_HOST_DIR) install
|
||||
install -D -m 0644 $(HOST_DIR)/usr/share/aclocal/libtool.m4 \
|
||||
$(STAGING_DIR)/usr/share/aclocal/libtool.m4
|
||||
install -D -m 0644 $(HOST_DIR)/usr/share/aclocal/ltdl.m4 \
|
||||
$(STAGING_DIR)/usr/share/aclocal/ltdl.m4
|
||||
touch $@
|
||||
|
||||
host-libtool: $(STAMP_DIR)/host_libtool_installed
|
||||
|
||||
Reference in New Issue
Block a user