add --enable-extra-opts to configure flags, #698119
This commit is contained in:
parent
3ca020224c
commit
11f0f73ade
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -6,6 +6,8 @@ nagios-plugins (1.4.16-2) UNRELEASED; urgency=low
|
|||
* Define the path for rpcinfo to /usr/sbin and recommend rpcbind
|
||||
- LP: #1086151
|
||||
- Closes: #713839, thanks to Russell Sim
|
||||
* Enable Extra-Opts by adding --enable-extra-opts to configure flags
|
||||
(Closes: #698119)
|
||||
|
||||
-- Jan Wagner <waja@cyconet.org> Wed, 27 Jun 2012 23:14:40 +0200
|
||||
|
||||
|
|
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -112,6 +112,7 @@ config.status: configure
|
|||
--with-proc-meminfo="/proc/meminfo" \
|
||||
--with-dig-command="/usr/bin/dig" \
|
||||
--with-apt-get-command="/usr/bin/apt-get" \
|
||||
--enable-extra-opts \
|
||||
--disable-rpath
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue