]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Revert "pkg-config: Update to 0.24."
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 May 2010 11:42:12 +0000 (13:42 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 May 2010 11:42:12 +0000 (13:42 +0200)
This reverts commit 75716605caef89bf8e8a47bae86d491499e46d68.

pkgs/core/pkg-config/pkg-config.nm

index 1bdd226d2f3b5f28d275df837e2975859a49e171..a2dcaee8f9ff03ced99a390291930ebd966cad41 100644 (file)
@@ -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