libprotobuf: Bump to 22.4

This commit is contained in:
termux-pacman-bot
2023-06-03 11:49:18 +00:00
parent c57a637c61
commit 64baa8ddfc
3 changed files with 0 additions and 3 deletions

View File

@@ -14,4 +14,3 @@ termux_step_pre_configure() {
CPPFLAGS+=" -DPROTOBUF_USE_DLLS"
}

View File

@@ -42,4 +42,3 @@ termux_step_post_configure() {
# Avoid overlinking
sed -i 's/ -shared / -Wl,--as-needed\0/g' ./libtool
}

View File

@@ -89,4 +89,3 @@ termux_step_create_debscripts() {
echo "echo 'Installing dependencies for $TERMUX_PKG_NAME...'" >> postinst
echo "pip3 install filelock jinja2 networkx sympy typing_extensions" >> postinst
}