a68640c31d
Since we are preparing a package generation mechanism, we would like to avoid packages that move/touch/modify files which are not part of their own package. That's why we try to not install host files into the staging directory (in this case .m4 files) and instead we include $(HOST_DIR)/usr/share/aclocal into autoreconf search directory. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
18 lines
498 B
Makefile
18 lines
498 B
Makefile
#############################################################
|
|
#
|
|
# libtool
|
|
#
|
|
#############################################################
|
|
LIBTOOL_VERSION = 2.2.10
|
|
LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.gz
|
|
LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool
|
|
|
|
HOST_LIBTOOL_LIBTOOL_PATCH = NO
|
|
|
|
$(eval $(call AUTOTARGETS,package,libtool))
|
|
$(eval $(call AUTOTARGETS,package,libtool,host))
|
|
|
|
# variables used by other packages
|
|
LIBTOOL:=$(HOST_DIR)/usr/bin/libtool
|
|
LIBTOOLIZE:=$(HOST_DIR)/usr/bin/libtoolize
|