* upstream now uses libtool, but the shipped libtool is out of date and
has problems building against radiusclient1-dev (which might not be our fault, but...). so, for the time being we're shipping an updated version of ltmain.sh in the diff (build depending on the newest version of libtool is subobtimal for backporting). * add --disable-rpath to configure options... arg, and i had to apply another patch to ./configure to keep a -R from sneaking in and deactivating it. * upstream ./configure fails to automagically detect mysql installation now, so modify debian/rules accordingly. * modify debian/control to be more explicit about build-dependencies to make life easier for backporting.
This commit is contained in:
parent
2a3c7a1d0c
commit
ea66194ad7
5 changed files with 6908 additions and 17 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -3,7 +3,7 @@ Section: net
|
|||
Priority: extra
|
||||
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
|
||||
Uploaders: sean finney <seanius@debian.org>, Guido Trotter <ultrotter@debian.org>
|
||||
Build-Depends: debhelper (>= 4.0.0), dpatch (>= 2.0.9), autotools-dev, libldap2-dev, postgresql-dev, libmysqlclient15-dev | libmysqlclient-dev, libsnmp9-dev | libsnmp-dev, libradius1-dev, libkrb5-dev, libnet-snmp-perl, procps, coreutils, iputils-ping, snmp, mawk | awk
|
||||
Build-Depends: debhelper (>= 4.0.0), dpatch (>= 2.0.9), autotools-dev, libldap2-dev, postgresql-dev, libmysqlclient15-dev | libmysqlclient12-dev | libmysqlclient-dev, libsnmp9-dev | libsnmp5-dev | libsnmp-dev, libradius1-dev, libkrb5-dev, libnet-snmp-perl, procps, coreutils, iputils-ping, snmp, mawk | awk
|
||||
Standards-Version: 3.6.2
|
||||
|
||||
Package: nagios-plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue