mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/rsync: link with -latomic if needed
Fixes:
http://autobuild.buildroot.net/results/9eb9a92871622472b8f9eb3797aadd3651fc78a4/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit b9a062b354)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
d9a6f6a6e8
commit
bef793ae12
@@ -24,6 +24,10 @@ RSYNC_CONF_OPTS = \
|
|||||||
--disable-lz4 \
|
--disable-lz4 \
|
||||||
--disable-md5-asm
|
--disable-md5-asm
|
||||||
|
|
||||||
|
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|
||||||
|
RSYNC_CONF_ENV += LIBS=-latomic
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_ACL),y)
|
ifeq ($(BR2_PACKAGE_ACL),y)
|
||||||
RSYNC_DEPENDENCIES += acl
|
RSYNC_DEPENDENCIES += acl
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user