if [ `arch` == "x86_64" ] ; then
   CFLAGS="-fPIC"
fi &&

OPTS+=" --without-libtool --with-shared --disable-static" &&

default_build
