mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
gc: not depends on libatomic_ops
This commit is contained in:
parent
118518ec3c
commit
109c6ef29a
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'gc'
|
||||
pkgname=gc
|
||||
version=8.0.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-static --enable-mmap"
|
||||
# libatomic_ops is replaced by C11 atomic
|
||||
configure_args="--enable-static --enable-mmap --with-libatomic-ops=none"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libatomic_ops-devel"
|
||||
short_desc="Garbage collector for C and C++"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Add table
Reference in a new issue