sqlite: override config.sub for musl support.
This commit is contained in:
parent
aa2f2db940
commit
1df3f46cd7
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue