Skip to content

Commit

Permalink
gc: not depends on libatomic_ops
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn committed Sep 2, 2022
1 parent 118518e commit 109c6ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions srcpkgs/gc/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
license="GPL-2.0-or-later"
Expand Down

0 comments on commit 109c6ef

Please sign in to comment.