--- embedaddon/build.sh 2011/07/20 12:25:35 1.2 +++ embedaddon/build.sh 2011/07/20 12:58:19 1.3 @@ -4,7 +4,7 @@ # # ./build.sh [package] [prefix_dir] [os_specific_set] [other_make_opts ...] # -# $Id: build.sh,v 1.2 2011/07/20 12:25:35 misho Exp $ +# $Id: build.sh,v 1.3 2011/07/20 12:58:19 misho Exp $ # CMD=$1 @@ -426,9 +426,52 @@ case $CMD in cd .. cd php # [ ! -r config.log ] && \ - ./configure --localstatedir=/tmp --with-config-file-scan-dir=/etc/php --disable-all \ + ./configure --localstatedir=/var --with-config-file-scan-dir=/etc/php --disable-all \ --enable-libxml=../libxml2/.libs --with-openssl \ --enable-zip --enable-sqlite-utf8 ${PFX} + ${MK} clean + ${MK} + ${MK} install + echo ">>> Now rebuild elwix firmware image ..." + ;; + scan_ffs) + cd scan_ffs + ${MK} clean + ${MK} + install scan_ffs ${P}/bin + echo ">>> Now rebuild elwix firmware image ..." + ;; + rsync) + cd rsync + ./configure.sh --disable-debug --enable-ipv6 --with-rsyncd-conf=/etc/rsyncd.conf \ + --disable-iconv --with-included-popt ${PFX} + ${MK} clean + ${MK} + ${MK} install + echo ">>> Now rebuild elwix firmware image ..." + ;; + pciutils) + cd pciutils + ${MK} clean + ${MK} + install lspci ${P}/bin + install setpci ${P}/bin + echo ">>> Now rebuild elwix firmware image ..." + ;; + pure-ftpd) + cd pure-ftpd + ./configure --with-everything --with-paranoidmsg --sysconfdir=/etc --localstatedir=/var \ + --with-privsep --with-peruserlimits --with-throttling --with-tls --with-pam \ + --with-uploadscript --with-rfc2640 --with-sendfile --enable-largefile \ + --with-virtualchroot ${PFX} + ${MK} clean + ${MK} + ${MK} install + echo ">>> Now rebuild elwix firmware image ..." + ;; + ladvd) + cd ladvd + ./configure --with-chroot-dir=/var/empty ${PFX} ${MK} clean ${MK} ${MK} install