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