
  CPPFLAGS+=" -D_GNU_SOURCE" &&

if [ $ENABLE_UNI == "y" ] ; then
  CFLAGS+=" -lunistring"
fi &&

OPTS+=" --with-included-regex" &&

default_build
