From: Michael Tremer Date: Thu, 28 Apr 2011 10:36:40 +0000 (+0200) Subject: man-db: Update to 2.6.0.2. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=906e47ebda600bad396770cd1474e65a9b9de522;p=ipfire-3.x.git man-db: Update to 2.6.0.2. --- diff --git a/pkgs/man-db/man-db.nm b/pkgs/man-db/man-db.nm index 5f1e10e06..1c869d89a 100644 --- a/pkgs/man-db/man-db.nm +++ b/pkgs/man-db/man-db.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include PKG_NAME = man-db -PKG_VER = 2.5.7 +PKG_VER = 2.6.0.2 PKG_REL = 1 PKG_MAINTAINER = @@ -46,6 +46,11 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +# This package installs a lib in /usr/lib/man-db and links all binaries +# against it. Seems as if the ABI is not stable, yet and so we need to +# accept that. +QUALITY_AGENT_WHITELIST_RPATH = /usr/lib/man-db + CONFIGURE_OPTIONS += \ --libexecdir=/usr/lib \ --sysconfdir=/etc \