mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
gstreamer1: i686-musl needs libucontext-devel
This is merely a workaround. Probably libunwind could include the dependency on libucontext in its pkgconfig file.
This commit is contained in:
parent
d2e6457f08
commit
e0571f289e
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default+=" gtk_doc"
|
build_options_default+=" gtk_doc"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686-musl) makedepends+=" libucontext-devel"; LDFLAGS="-lucontext" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
gstreamer1-devel_package() {
|
gstreamer1-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue