package/libs/libtool: rename to libltdl
Source package libtool is used to package libltdl. Unfortunately binary libtoolize is missing. Packaging libtoolize would depend on package file which is in the packages feed. Felix Fietkau suggested to rename source libtool to libltdl and to create a new package libtool in packages. This patch contains the renaming. CC: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> SVN-Revision: 48149
This commit is contained in:
parent
92b56a9aa2
commit
d65fe30d9b
2 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ PKG_NAME:=libtool
|
||||||
PKG_VERSION:=2.4
|
PKG_VERSION:=2.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
|
PKG_BUILD_DIR:=$(BUILD_DIR)/libltdl/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@GNU/libtool
|
PKG_SOURCE_URL:=@GNU/libtool
|
||||||
PKG_MD5SUM:=b32b04148ecdd7344abc6fe8bd1bb021
|
PKG_MD5SUM:=b32b04148ecdd7344abc6fe8bd1bb021
|
Loading…
Reference in a new issue