mold: remove libatomic-devel from makedepends
This commit is contained in:
parent
0e2a994250
commit
49771ba129
|
@ -16,11 +16,6 @@ homepage="https://github.com/rui314/mold"
|
|||
distfiles="https://github.com/rui314/mold/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=a32bec1282671b18ea4691855aed925ea2f348dfef89cb7689cd81273ea0c5df
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-latomic"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
rm -v ${DESTDIR}/usr/share/doc/mold/LICENSE
|
||||
|
|
Loading…
Reference in New Issue