From: Michael Tremer Date: Wed, 26 May 2010 11:42:12 +0000 (+0200) Subject: Revert "pkg-config: Update to 0.24." X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cde9a69f99f33bd940261baa4e3f4491f021ba12;p=ipfire-3.x.git Revert "pkg-config: Update to 0.24." This reverts commit 75716605caef89bf8e8a47bae86d491499e46d68. --- diff --git a/pkgs/core/pkg-config/pkg-config.nm b/pkgs/core/pkg-config/pkg-config.nm index 1bdd226d2..a2dcaee8f 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.24 +PKG_VER = 0.22 PKG_REL = 0 PKG_MAINTAINER = @@ -34,8 +34,7 @@ PKG_URL = http://pkg-config.freedesktop.org/ PKG_LICENSE = GPLv2 PKG_SUMMARY = A tool for determining compilation options. -PKG_BUILD_DEPS+= m4 sed -PKG_DEPS += popt +PKG_DEPS += m4 define PKG_DESCRIPTION The pkgconfig tool determines compilation options. For each required \ @@ -45,9 +44,7 @@ endef PKG_TARBALL = $(THISAPP).tar.gz -CONFIGURE_OPTIONS += \ - --with-installed-popt - -define STAGE_TEST - cd $(DIR_APP) && make check -endef +# fails +#define STAGE_TEST +# cd $(DIR_APP) && make check +#endef