termux-packages/packages/newsboat/rust-libnewsboat-Cargo.toml.patch
vhqtvn 124efc9dd9
package updates & build issue fixes (#6919)
aptly: fix build failure

dpkg: fix $TERMUX_ARCH in configure script

gotty: switch to up-to-date upstream

minicom: update source url

ncurses: force build with -fPIC

newsboat: update to 2.23

ovmf: update to 20210421.18.g15ee7b7689

pforth: update to 20210315

pup: build with GO111MODULE=off

rcshell: update source url

remind: update to 03.03.07

tweego: update to 2.1.1

virustotal-cli: update to 0.9.6

docker image: install some missing build tools
2021-05-29 14:41:04 +03:00

25 lines
695 B
Diff

--- ./rust/libnewsboat/Cargo.toml.orig 2021-05-17 16:44:12.665188034 +0000
+++ ./rust/libnewsboat/Cargo.toml 2021-05-17 16:44:22.377378220 +0000
@@ -17,7 +17,7 @@
backtrace = "= 0.3"
unicode-width = "0.1.8"
nom = "6"
-libc = "0.2"
+libc = "0.2.94"
natord = "1.0.9"
[dependencies.clap]
@@ -31,12 +31,6 @@
# I want as little dependencies as practically possible.
default-features = false
-[dependencies.gettext-rs]
-version = "0.6.0"
-# Don't let the crate build its own copy of gettext; force it to use the one
-# built into glibc.
-features = [ "gettext-system" ]
-
[dependencies.curl-sys]
version = "0.4.5"
# This disables the only default feature, "ssl". It doesn't affect the