Add htop
[hvlinux.git] / stage3 / hv-install-1
index eae66e9..2130bd4 100755 (executable)
@@ -27,8 +27,9 @@ ipkg ${APR} "--disable-static --with-installbuilddir=/usr/share/apr-1/build"
 ipkg ${APR_UTIL} "--with-apr=/usr --with-gdbm=/usr -with-openssl=/usr"
 ipkg ${NEON} "--with-ssl"
 ipkg -s tcl ${TCL}
-CFLAGS="${CFLAGS} -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" \
-    ipkg ${SQLITE} "--enable-threadsafe --enable-readline --enable-dynamic-extensions"
+CFLAGS="${CFLAGS} -DSQLITE_ENABLE_FTS3=1 -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
+    -DSQLITE_ENABLE_COLUMN_METADATA=1" \
+    ipkg ${SQLITE}
 ipkg -j ${SUBVERSION} "--without-berkeley-db"
 ipkg ${SUDO} "--libexecdir=/usr/lib/sudo \
     --with-all-insults \
@@ -41,6 +42,7 @@ ipkg ${PCRE} "--docdir=/usr/share/doc/pcre \
     --enable-unicode-properties \
     --enable-pcregrep-libz \
     --enable-pcregrep-libbz2"
+ipkg -m acnb ${HTOP}
 
 # Networking
 ipkg -m noac -s tcp_wrappers ${TCPWRAPPERS}
@@ -75,6 +77,7 @@ ipkg -m noac ${ZIP}
 ipkg -m noac ${UNZIP}
 ipkg -m noac ${UNRAR}
 ipkg -m noac ${P7ZIP}
+ipkg -m noac ${PBZIP2}
 ipkg ${CPIO} "\
     --bindir=/bin \
     --libexecdir=/tmp \