mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
imv: configure with -Db_ndebug=false
Fix segfault when DISPLAY and WAYLAND_DISPLAY are not defined
This commit is contained in:
parent
60aaaa2f7c
commit
a62a1ee05c
1 changed files with 5 additions and 1 deletions
|
@ -1,8 +1,12 @@
|
||||||
# Template file for 'imv'
|
# Template file for 'imv'
|
||||||
pkgname=imv
|
pkgname=imv
|
||||||
version=4.4.0
|
version=4.4.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
# don't define NDEBUG since assert(3) is used to detect error conditions
|
||||||
|
# (e.g.: https://git.sr.ht/~exec64/imv/tree/v4.4.0/item/src/x11_window.c#L109
|
||||||
|
# and https://git.sr.ht/~exec64/imv/tree/v4.4.0/item/src/wl_window.c#L673)
|
||||||
|
configure_args="-Db_ndebug=false"
|
||||||
hostmakedepends="asciidoc pkg-config cmake"
|
hostmakedepends="asciidoc pkg-config cmake"
|
||||||
makedepends="cmocka-devel freeimage-devel glu-devel librsvg-devel libheif-devel libxkbcommon-devel
|
makedepends="cmocka-devel freeimage-devel glu-devel librsvg-devel libheif-devel libxkbcommon-devel
|
||||||
pango-devel wayland-devel inih-devel"
|
pango-devel wayland-devel inih-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue