From 530dd7964a0aff44075e0562cbade7dac18054b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 17 Feb 2021 08:51:54 +0700 Subject: [PATCH] fswatch: link -latomic when required --- srcpkgs/fswatch/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/fswatch/template b/srcpkgs/fswatch/template index 48a53b11977..c8ff2fa83be 100644 --- a/srcpkgs/fswatch/template +++ b/srcpkgs/fswatch/template @@ -14,6 +14,7 @@ checksum=44d5707adc0e46d901ba95a5dc35c5cc282bd6f331fcf9dbf9fad4af0ed5b29d if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel" + export LIBS=-latomic fi post_install() {