Skip to content

Commit

Permalink
disable acl, xattr, scsi-crpyto and ndmp on kFreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and joergsteffens committed Jun 20, 2017
1 parent 221b57b commit 8f41e9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debian/rules
Expand Up @@ -78,6 +78,10 @@ endef
# --docdir="\$(_docdir)/bareos" \
# --htmldir="\$(_docdir)/bareos/html" \
ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
CONFIGURE_COMMON += --disable-acl --disable-xattr --disable-scsi-crypto --disable-ndmp
endif

CONFIGURE_CLIENT_ONLY = $(CONFIGURE_COMMON) --enable-client-only
CONFIGURE_FULL = $(CONFIGURE_COMMON) --with-python --enable-traymonitor

Expand Down

0 comments on commit 8f41e9e

Please sign in to comment.