summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/bareos-client/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/bareos-client/Makefile b/sysutils/bareos-client/Makefile
index 48b05c073970..bfec50dd6898 100644
--- a/sysutils/bareos-client/Makefile
+++ b/sysutils/bareos-client/Makefile
@@ -5,8 +5,6 @@ PKGNAMESUFFIX= -client
COMMENT= Backup archiving recovery open sourced (client)
-BROKEN_aarch64= Fails to link: missing sbrk
-
CONFLICTS= bareos18-client-* bareos17-client-* bareos16-client-*
WITH_CLIENT_ONLY=yes
@@ -19,8 +17,8 @@ OPTIONS_GROUP= PLUGINS
OPTIONS_GROUP_PLUGINS= GFAPI RADOS
OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO
-GFAPI_DESC= GFAPI fd plugin support
-RADOS_DESC= RADOS fd plugin support
+GFAPI_DESC= GFAPI fd plugin support
+RADOS_DESC= RADOS fd plugin support
LMDB_DESC= Enable build of LMDB support
.include "${MASTERDIR}/Makefile"