]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
pkg-config: Update to 0.24.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 25 May 2010 20:26:55 +0000 (22:26 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 25 May 2010 20:27:48 +0000 (22:27 +0200)
Enabled testsuite.

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

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