Package: openldap Version: 2.4.10-2 Tags: patch Trying to build openldap version 2.4.10-2 in Lenny, I ran into a problem with the self test during the build because the 'time' program was missing. Adding it as build-depend and installing it solved the problem. Is this a missing build-dependency or should the problem be solved som eother way?
Here is the way I solved it: diff -u openldap-2.4.10/debian/control openldap-2.4.10/debian/control --- openldap-2.4.10/debian/control +++ openldap-2.4.10/debian/control @@ -7,7 +7,7 @@ libgnutls-dev (>= 1.7), unixodbc-dev, libncurses5-dev, libperl-dev (>= 5.8.0), libsasl2-dev, libslp-dev, libltdl3-dev (>= 1.4.3), libwrap0-dev, perl, debconf-utils, po-debconf, quilt (>= 0.40), - autotools-dev, libtool, automake, autoconf, groff-base + autotools-dev, libtool, automake, autoconf, groff-base, time Build-Conflicts: libbind-dev, bind-dev, libicu-dev Standards-Version: 3.7.3 Homepage: http://www.openldap.org/ Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

