diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-07 21:08:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-07 21:08:00 +0000 |
commit | d65fe30d9bf962556d583b0058b4cacbb1aafe89 (patch) | |
tree | 020558693334a7159a90a7adbcbebed25ec2901b /package | |
parent | 92b56a9aa2d9f3e4fe53f575143c6195a38a9a5c (diff) | |
download | mtk-20170518-d65fe30d9bf962556d583b0058b4cacbb1aafe89.zip mtk-20170518-d65fe30d9bf962556d583b0058b4cacbb1aafe89.tar.gz mtk-20170518-d65fe30d9bf962556d583b0058b4cacbb1aafe89.tar.bz2 |
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
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/libltdl/Makefile (renamed from package/libs/libtool/Makefile) | 1 | ||||
-rw-r--r-- | package/libs/libltdl/patches/160-passthrough-ssp.patch (renamed from package/libs/libtool/patches/160-passthrough-ssp.patch) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/libtool/Makefile b/package/libs/libltdl/Makefile index 8091081..2ec5f7c 100644 --- a/package/libs/libtool/Makefile +++ b/package/libs/libltdl/Makefile @@ -11,6 +11,7 @@ PKG_NAME:=libtool PKG_VERSION:=2.4 PKG_RELEASE:=1 +PKG_BUILD_DIR:=$(BUILD_DIR)/libltdl/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libtool PKG_MD5SUM:=b32b04148ecdd7344abc6fe8bd1bb021 diff --git a/package/libs/libtool/patches/160-passthrough-ssp.patch b/package/libs/libltdl/patches/160-passthrough-ssp.patch index 6fcbe68..6fcbe68 100644 --- a/package/libs/libtool/patches/160-passthrough-ssp.patch +++ b/package/libs/libltdl/patches/160-passthrough-ssp.patch |