summaryrefslogtreecommitdiff
path: root/openwrt/package/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-13 04:04:27 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-13 04:04:27 +0000
commitaf87c3b96ace76e1d3b4f2535c4673fee876725d (patch)
treefbed867c2028d0b296b03ef290521596de67d9c7 /openwrt/package/Makefile
parentd0e6bc06362070b4e200c3d88a00153b0dea9e85 (diff)
downloadmtk-20170518-af87c3b96ace76e1d3b4f2535c4673fee876725d.zip
mtk-20170518-af87c3b96ace76e1d3b4f2535c4673fee876725d.tar.gz
mtk-20170518-af87c3b96ace76e1d3b4f2535c4673fee876725d.tar.bz2
Add libtool package
SVN-Revision: 873
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r--openwrt/package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index 2ab2bcb..f9d161f 100644
--- a/openwrt/package/Makefile
+++ b/openwrt/package/Makefile
@@ -81,6 +81,7 @@ package-$(BR2_PACKAGE_LIBPCAP) += libpcap
package-$(BR2_PACKAGE_LIBPNG) += libpng
package-$(BR2_PACKAGE_LIBPQ) += postgresql
package-$(BR2_PACKAGE_LIBSASL2) += cyrus-sasl
+package-$(BR2_PACKAGE_LIBLTDL) += libtool
DEV_LIBS:=tcp_wrappers glib ncurses openssl pcre popt zlib libnet libpcap mysql postgresql iptables matrixssl lzo gmp fuse portmap libelf uclibc++ speex libpng libgd
DEV_LIBS_COMPILE:=$(patsubst %,%-compile,$(DEV_LIBS))