summaryrefslogtreecommitdiff
path: root/package/libtool/libtool.mk
blob: e21e8f3e56660190f1cd60e72e89a33e480ee593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#############################################################
#
# libtool
#
#############################################################
LIBTOOL_VERSION = 2.2.10
LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.gz
LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool
LIBTOOL_INSTALL_STAGING = YES

HOST_LIBTOOL_LIBTOOL_PATCH = NO

$(eval $(call AUTOTARGETS))
$(eval $(host-autotools-package))

# variables used by other packages
LIBTOOL:=$(HOST_DIR)/usr/bin/libtool
LIBTOOLIZE:=$(HOST_DIR)/usr/bin/libtoolize