ghc-libs: Enable network support in libiserv

It will be used to build `iserv-proxy` which will be used to cross compile
template-haskell.

For reference see: https://medium.com/@zw3rk/cross-compiling-template-haskell-7e38c00c2914

Signed-off-by: Aditya Alok <alok@termux.dev>
This commit is contained in:
termux-pacman-bot
2023-09-23 10:31:35 +00:00
parent f18f933331
commit bc95086a7a

View File

@@ -130,4 +130,3 @@ termux_step_install_license() {
install -Dm600 -t "${TERMUX_PREFIX}/share/doc/${TERMUX_PKG_NAME}" \
"${TERMUX_PKG_SRCDIR}/LICENSE"
}