diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-10 15:54:29 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-10 15:54:29 +0000 |
commit | 1988f36876b370d2be2c31f35ad3294a5f6a106e (patch) | |
tree | 990fdaa492d5107c60bbfc8e753f890af8701504 /openwrt/package/Makefile | |
parent | 9f87bfcb30be4ac8789a7da5b5258871d35f08c6 (diff) |
Add sqlite (libsqlite and sqlite-cli) package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1185 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index d91002b2a3..183c44bf9f 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -94,6 +94,7 @@ package-$(BR2_PACKAGE_SIPROXD) += siproxd package-$(BR2_PACKAGE_SIPSAK) += sipsak package-$(BR2_PACKAGE_SNORT) += snort package-$(BR2_PACKAGE_SPEEX) += speex +package-$(BR2_PACKAGE_SQLITE) += sqlite package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump package-$(BR2_PACKAGE_TINC) += tinc @@ -145,6 +146,7 @@ postgresql-compile: zlib-compile screen-compile: ncurses-compile siproxd-compile: libosip2-compile sipsak-compile: openssl-compile +sqlite-compile: ncurses-compile readline-compile tcpdump-compile: libpcap-compile tinc-compile: zlib-compile openssl-compile lzo-compile vtun-compile: zlib-compile openssl-compile lzo-compile |