--disable-sqlite so it's not picked up.

reported by landry@
This commit is contained in:
ajacoutot 2016-12-31 10:19:05 +00:00
parent 4122e6ad26
commit e392f4972b

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.64 2016/12/05 10:01:13 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.65 2016/12/31 10:19:05 ajacoutot Exp $
BROKEN-hppa= libpt.so.7.0: undefined reference to __sync_fetch_and_or_4
@ -49,7 +49,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
OPENH323MAKEDIR=${LOCALBASE}/share/openh323 \
PTLIBDIR=${LOCALBASE}/share/ptlib
CONFIGURE_ARGS= --disable-unixodbc \
CONFIGURE_ARGS= --disable-sqlite \
--disable-unixodbc \
--with-pgsql-include-dir=${LOCALBASE}/include/postgresql \
--with-lua-include-dir=${MODLUA_INCL_DIR} \
--with-lua-lib-dir=${LOCALBASE}/lib