--- embedaddon/build.sh 2013/01/28 01:49:49 1.8 +++ 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.8 2013/01/28 01:49:49 misho Exp $ +# $Id: build.sh,v 1.8.2.1 2013/07/22 08:30:41 misho Exp $ # CMD=$1 @@ -283,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