# HG changeset patch # User John W. Eaton # Date 1360170201 18000 # Node ID b5bdf006eebce0cc90ddcbec56a98b3e1a045f65 # Parent 169114e27438d6946006548b1ae329c2a819716d update to newer version of pkg-config so it can build without pkg-config or glib already installed diff -r 169114e27438 -r b5bdf006eebc index.html --- a/index.html Tue Feb 05 20:53:27 2013 -0500 +++ b/index.html Wed Feb 06 12:03:21 2013 -0500 @@ -990,7 +990,7 @@ pkg-config - 0.26 + 0.28 pkg-config diff -r 169114e27438 -r b5bdf006eebc src/build-pkg-config.mk --- a/src/build-pkg-config.mk Tue Feb 05 20:53:27 2013 -0500 +++ b/src/build-pkg-config.mk Wed Feb 06 12:03:21 2013 -0500 @@ -3,7 +3,7 @@ PKG := build-pkg-config $(PKG)_IGNORE := -$(PKG)_CHECKSUM := fd71a70b023b9087c8a7bb76a0dc135a61059652 +$(PKG)_CHECKSUM := 71853779b12f958777bffcb8ca6d849b4d3bed46 $(PKG)_SUBDIR := pkg-config-$($(PKG)_VERSION) $(PKG)_FILE := pkg-config-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://pkgconfig.freedesktop.org/releases/$($(PKG)_FILE) @@ -17,6 +17,7 @@ define $(PKG)_BUILD mkdir '$(1).build' cd '$(1).build' && '$(1)/configure' \ + --with-internal-glib \ --prefix='$(PREFIX)' $(MAKE) -C '$(1).build' -j '$(JOBS)' $(MAKE) -C '$(1).build' -j 1 install