mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
gnome-podcasts: rebuild for libressl-2.8.
This commit is contained in:
parent
17bec8965a
commit
49e9636422
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnome-podcasts'
|
# Template file for 'gnome-podcasts'
|
||||||
pkgname=gnome-podcasts
|
pkgname=gnome-podcasts
|
||||||
version=0.4.6
|
version=0.4.6
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="podcasts-${version}"
|
wrksrc="podcasts-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="cargo gettext-devel glib-devel pkg-config"
|
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_BIN_DIR=/usr/bin
|
||||||
export GETTEXT_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib/gettext"
|
export GETTEXT_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib/gettext"
|
||||||
export GETTEXT_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
|
export GETTEXT_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
cargo update --package openssl-sys --precise 0.9.39
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue