Explicitely configure with --without-indi to prevent picking up

libindiclient.
This commit is contained in:
ajacoutot 2022-11-14 07:28:09 +00:00
parent c41a4830ef
commit ce6553e5ab
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ CONFIGURE_ARGS= --with-cxx-binding \
--with-tcl-binding \
--with-python-binding \
--with-tcl=${MODTCL_LIBDIR} \
--with-xml-support
--with-xml-support \
--without-indi
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"