From: Michael Tremer Date: Sat, 29 May 2010 13:15:39 +0000 (+0200) Subject: pkg-config: Update to 0.25. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b5ba71ea49c5af68db4fa3b335a8439c685118b;p=ipfire-3.x.git pkg-config: Update to 0.25. --- diff --git a/pkgs/core/pkg-config/pkg-config.nm b/pkgs/core/pkg-config/pkg-config.nm index a2dcaee8f..4cbdc290b 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.25 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