diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-14 21:19:23 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-14 21:19:23 +0000 |
commit | b5d44c4ceeb04004516e256148c8e6676d8b7eb1 (patch) | |
tree | 6dcb66e187bff00e90db8c3c98e97f17c00a579a /package/Makefile | |
parent | 6f1963e1952f77004b790e403fafc35c52d1e34d (diff) | |
download | master-187ad058-b5d44c4ceeb04004516e256148c8e6676d8b7eb1.tar.gz master-187ad058-b5d44c4ceeb04004516e256148c8e6676d8b7eb1.tar.bz2 master-187ad058-b5d44c4ceeb04004516e256148c8e6676d8b7eb1.zip |
Add htpdate package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@899 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index b92938b931..1ff67060ef 100644 --- a/package/Makefile +++ b/package/Makefile @@ -86,6 +86,7 @@ package-$(BR2_PACKAGE_LIBLTDL) += libtool package-$(BR2_PACKAGE_LIBOSIP2) += libosip2 package-$(BR2_PACKAGE_SIPROXD) += siproxd package-$(BR2_PACKAGE_SIPSAK) += sipsak +package-$(BR2_PACKAGE_HTPDATE) += htpdate 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)) |