diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-14 06:41:39 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-14 06:41:39 +0000 |
commit | 4a42fa23196b16efea78c84202e45f9f4d13c6a8 (patch) | |
tree | 37bb8a54ca9a78384ecf4a36c48d730bb0abbbbc /package/Makefile | |
parent | ec20fa7ee77bbea93d2fd15c7d68157590eae20a (diff) |
add libxml2 package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1657 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index fd06b9f58..2c7bc2843 100644 --- a/package/Makefile +++ b/package/Makefile @@ -72,6 +72,7 @@ package-$(BR2_PACKAGE_LIBPTHREAD) += libpthread package-$(BR2_PACKAGE_LIBTASN1) += libtasn1 package-$(BR2_PACKAGE_LIBTOOL) += libtool package-$(BR2_PACKAGE_LIBUSB) += libusb +package-$(BR2_PACKAGE_LIBXML2) += libxml2 package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd package-$(BR2_PACKAGE_LINUX_ATM) += linux-atm package-$(BR2_PACKAGE_LUA) += lua @@ -187,6 +188,7 @@ libgcrypt-compile: libgpg-error-compile libgd-compile: libpng-compile libnet-compile: libpcap-compile libnids-compile: libnet-compile +libxml2-compile: zlib-compile lighttpd-compile: openssl-compile pcre-compile mini_httpd-compile: matrixssl-compile mysql-compile: ncurses-compile zlib-compile |