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)
|
* Drop HAL package and build-dependencies (Closes: #613197)
|
||||||
* debian/control:
|
* debian/control:
|
||||||
- Bump Standards-Version to 3.9.2 (no further changes)
|
- 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
|
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_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null)
|
||||||
|
|
||||||
|
|
||||||
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr \
|
DEB_CONFIGURE_PREFIX :=
|
||||||
--exec-prefix=/ \
|
DEB_CONFIGURE_SYSCONFDIR := /etc/nut
|
||||||
--sysconfdir=/etc/nut \
|
DEB_CONFIGURE_INCLUDEDIR := /usr/include
|
||||||
--mandir=/usr/share/man \
|
DEB_CONFIGURE_MANDIR := /usr/share/man
|
||||||
--libdir=/lib \
|
DEB_CONFIGURE_EXTRA_FLAGS := --without-ssl \
|
||||||
--includedir=/usr/include \
|
|
||||||
--without-ssl \
|
|
||||||
--with-cgi \
|
--with-cgi \
|
||||||
--with-dev \
|
--with-dev \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
|
Loading…
Reference in a new issue