sqlite: override config.sub for musl support.
This commit is contained in:
@@ -29,10 +29,14 @@ do_configure() {
|
||||
fi
|
||||
|
||||
cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}
|
||||
cp -f ${XBPS_CROSSPFDIR}/config.sub .
|
||||
|
||||
./configure ${CONFIGURE_SHARED_ARGS} --enable-threadsafe \
|
||||
--enable-readline --enable-dynamic-extensions
|
||||
|
||||
cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}/tea
|
||||
cp -f ${XBPS_CROSSPFDIR}/config.sub .
|
||||
|
||||
./configure ${CONFIGURE_SHARED_ARGS} \
|
||||
--with-system-sqlite ${_tcldir}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user