Skip to content

Commit

Permalink
try to compile on GNU/Hurd too
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and joergsteffens committed Jun 20, 2017
1 parent 8f41e9e commit a7508f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -30,7 +30,7 @@ Build-Depends: acl-dev,
libsqlite3-dev, libmysqlclient-dev, libpq-dev,
logrotate,
lsb-release,
mtx,
mtx [!hurd-any],
ncurses-dev,
pkg-config,
po-debconf (>= 0.8.2),
Expand Down
2 changes: 1 addition & 1 deletion debian/control.in
Expand Up @@ -30,7 +30,7 @@ Build-Depends: acl-dev,
libsqlite3-dev, libmysqlclient-dev, libpq-dev,
logrotate,
lsb-release,
mtx,
mtx [!hurd-any],
ncurses-dev,
pkg-config,
po-debconf (>= 0.8.2),
Expand Down
3 changes: 3 additions & 0 deletions debian/rules
Expand Up @@ -81,6 +81,9 @@ endef
ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
CONFIGURE_COMMON += --disable-acl --disable-xattr --disable-scsi-crypto --disable-ndmp
endif
ifeq ($(DEB_HOST_ARCH_OS),hurd)
CONFIGURE_COMMON += --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 a7508f7

Please sign in to comment.