From: Michael Tremer Date: Tue, 25 May 2010 20:26:55 +0000 (+0200) Subject: pkg-config: Update to 0.24. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75716605caef89bf8e8a47bae86d491499e46d68;p=ipfire-3.x.git pkg-config: Update to 0.24. Enabled testsuite. --- diff --git a/pkgs/core/pkg-config/pkg-config.nm b/pkgs/core/pkg-config/pkg-config.nm index a2dcaee8f..1bdd226d2 100644 --- a/pkgs/core/pkg-config/pkg-config.nm +++ b/pkgs/core/pkg-config/pkg-config.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include PKG_NAME = pkg-config -PKG_VER = 0.22 +PKG_VER = 0.24 PKG_REL = 0 PKG_MAINTAINER = @@ -34,7 +34,8 @@ PKG_URL = http://pkg-config.freedesktop.org/ PKG_LICENSE = GPLv2 PKG_SUMMARY = A tool for determining compilation options. -PKG_DEPS += m4 +PKG_BUILD_DEPS+= m4 sed +PKG_DEPS += popt define PKG_DESCRIPTION The pkgconfig tool determines compilation options. For each required \ @@ -44,7 +45,9 @@ endef PKG_TARBALL = $(THISAPP).tar.gz -# fails -#define STAGE_TEST -# cd $(DIR_APP) && make check -#endef +CONFIGURE_OPTIONS += \ + --with-installed-popt + +define STAGE_TEST + cd $(DIR_APP) && make check +endef