--- embedaddon/build.sh 2012/10/12 08:24:44 1.7 +++ embedaddon/build.sh 2013/07/22 08:30:41 1.8.2.1 @@ -4,7 +4,7 @@ # # ./build.sh [package] [make_tool] [prefix_dir] [build_arch_str] # -# $Id: build.sh,v 1.7 2012/10/12 08:24:44 misho Exp $ +# $Id: build.sh,v 1.8.2.1 2013/07/22 08:30:41 misho Exp $ # CMD=$1 @@ -43,6 +43,8 @@ if [ $P = "/tmp/elwix" ]; then install -d /tmp/elwix/share fi +find . -name .deps -type d -exec rm -rf {} \; + case $CMD in sudo) cd sudo @@ -281,7 +283,8 @@ case $CMD in ;; pcre) cd pcre - ./configure --enable-utf8 --enable-unicode-properties ${PFX} + ./configure --enable-utf --enable-unicode-properties --enable-pcre8 \ + --enable-pcre16 --enable-pcre32 ${PFX} ${MK} clean ${MK} ${MK} install