Correctly pass flags to configure
* debian/rules: - Correctly pass flags to configure
This commit is contained in:
parent
8cc62ab670
commit
3059d08dfd
2 changed files with 8 additions and 8 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -3,8 +3,10 @@ nut (2.6.0-3) UNRELEASED; urgency=low
|
|||
* Drop HAL package and build-dependencies (Closes: #613197)
|
||||
* debian/control:
|
||||
- Bump Standards-Version to 3.9.2 (no further changes)
|
||||
* debian/rules:
|
||||
- Correctly pass flags to configure
|
||||
|
||||
-- Laurent Bigonville <bigon@debian.org> Mon, 09 May 2011 15:02:47 +0200
|
||||
-- Laurent Bigonville <bigon@debian.org> Mon, 09 May 2011 18:07:50 +0200
|
||||
|
||||
nut (2.6.0-2) unstable; urgency=low
|
||||
|
||||
|
|
12
debian/rules
vendored
12
debian/rules
vendored
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue