gnome-podcasts: rebuild for libressl-2.8.
This commit is contained in:
parent
17bec8965a
commit
49e9636422
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-podcasts'
|
||||
pkgname=gnome-podcasts
|
||||
version=0.4.6
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="podcasts-${version}"
|
||||
build_style=meson
|
||||
hostmakedepends="cargo gettext-devel glib-devel pkg-config"
|
||||
|
@ -18,3 +18,7 @@ nocross="rustc cant be crosscompiled as of now"
|
|||
export GETTEXT_BIN_DIR=/usr/bin
|
||||
export GETTEXT_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib/gettext"
|
||||
export GETTEXT_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
|
||||
|
||||
pre_build() {
|
||||
cargo update --package openssl-sys --precise 0.9.39
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue