[OpenWrt-Devel] [PATCH 1/1] include/autotools.mk: rename libtool to libltdl
Heinrich Schuchardt
xypron.glpk at gmx.de
Sat Jan 9 15:58:34 EST 2016
Fixes #21567
Since commit e49896f232ed2ed76f6a67cfb6c4f9bc3ac01af
package/libs/libtool: rename to libltdl
we see warnings like
"WARNING: No feed for package 'libtool' found, maybe it's already part of
the standard packages?"
for packages with PKG_FIXUP:=libtool.
Build dependencies for libtool are generated in autotools.mk.
These have to be renamed to libltdl.
CC: Daniel Dickinson <openwrt at daniel.thecshore.com>
CC: Felix Fietkau <nbd at openwrt.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
include/autotools.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/autotools.mk b/include/autotools.mk
index 3316998..4d25c85 100644
--- a/include/autotools.mk
+++ b/include/autotools.mk
@@ -105,14 +105,14 @@ ifneq ($(filter patch-libtool,$(PKG_FIXUP)),)
endif
ifneq ($(filter libtool,$(PKG_FIXUP)),)
- PKG_BUILD_DEPENDS += libtool libintl libiconv
+ PKG_BUILD_DEPENDS += libltdl libintl libiconv
ifeq ($(filter no-autoreconf,$(PKG_FIXUP)),)
Hooks/Configure/Pre += autoreconf_target
endif
endif
ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),)
- PKG_BUILD_DEPENDS += libtool libintl libiconv
+ PKG_BUILD_DEPENDS += libltdl libintl libiconv
ifeq ($(filter no-autoreconf,$(PKG_FIXUP)),)
Hooks/Configure/Pre += autoreconf_target
endif
--
2.1.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list