summaryrefslogtreecommitdiff
path: root/sysutils/bacula
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-05-16 13:08:10 +0000
committerwiz <wiz@pkgsrc.org>2010-05-16 13:08:10 +0000
commitabe2288d84d8e04e351e9827a21e8a605e635bcc (patch)
tree926e7199278b181fbe4561f1307c0be062b5c5eb /sysutils/bacula
parent1d9bf8ef229d60580a6c93042ead52f98804ebfe (diff)
downloadpkgsrc-abe2288d84d8e04e351e9827a21e8a605e635bcc.tar.gz
Disable extattr on DragonFly. From Jan Lentfer in PR 43312.
Diffstat (limited to 'sysutils/bacula')
-rw-r--r--sysutils/bacula/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common
index 31213fc2084..1284e458e16 100644
--- a/sysutils/bacula/Makefile.common
+++ b/sysutils/bacula/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.54 2010/05/08 09:05:47 adam Exp $
+# $NetBSD: Makefile.common,v 1.55 2010/05/16 13:08:10 wiz Exp $
#
# used by sysutils/bacula-clientonly/Makefile
# used by sysutils/bacula-tray-monitor/Makefile
@@ -64,6 +64,9 @@ CONFIGURE_ARGS+= --with-readline=${PREFIX}/include/readline
.if ${OPSYS} == "Linux"
CONFIGURE_ARGS+= --enable-smartalloc
.endif
+.if ${OPSYS} == "DragonFly"
+CONFIGURE_ARGS+= --disable-xattr
+.endif
PTHREAD_OPTS+= require
PTHREAD_AUTO_VARS= yes