muon: rebuild against libpkgconf.so.4
muon started segfaulting after the recent pkgconf update: ``` ~/src/sqsh-tools (main ✗) muon setup "build" detected compiler gcc '13.2.0' (['cc']), linker ld.bfd configuring 'sqsh-tools', version: 1.3.0 dependency threads found found dependency threads [1] 997 segmentation fault muon setup "build" ``` Rebuild it fixed the issue.
This commit is contained in:
parent
8558b1d56f
commit
b18e3113db
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'muon'
|
# Template file for 'muon'
|
||||||
pkgname=muon
|
pkgname=muon
|
||||||
version=0.2.0
|
version=0.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
configure_args="
|
configure_args="
|
||||||
|
|
Loading…
Reference in New Issue