Correctly pass flags to configure

* debian/rules:
  - Correctly pass flags to configure
This commit is contained in:
Laurent Bigonville 2011-05-09 15:32:04 +02:00
parent 8cc62ab670
commit 3059d08dfd
2 changed files with 8 additions and 8 deletions

12
debian/rules vendored
View file

@ -6,13 +6,11 @@ include /usr/share/cdbs/1/class/autotools.mk
DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null)
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr \
--exec-prefix=/ \
--sysconfdir=/etc/nut \
--mandir=/usr/share/man \
--libdir=/lib \
--includedir=/usr/include \
--without-ssl \
DEB_CONFIGURE_PREFIX :=
DEB_CONFIGURE_SYSCONFDIR := /etc/nut
DEB_CONFIGURE_INCLUDEDIR := /usr/include
DEB_CONFIGURE_MANDIR := /usr/share/man
DEB_CONFIGURE_EXTRA_FLAGS := --without-ssl \
--with-cgi \
--with-dev \
--enable-static \