changeset 2973:b5bdf006eebc

update to newer version of pkg-config so it can build without pkg-config or glib already installed
author John W. Eaton <jwe@octave.org>
date Wed, 06 Feb 2013 12:03:21 -0500
parents 169114e27438
children 91c9957508d4
files index.html src/build-pkg-config.mk
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
     </tr>
     <tr>
         <td id="build-pkg-config-package">pkg-config</td>
-        <td id="build-pkg-config-version">0.26</td>
+        <td id="build-pkg-config-version">0.28</td>
         <td id="build-pkg-config-website"><a href="http://www.freedesktop.org/wiki/Software/pkg-config">pkg-config</a></td>
     </tr>
     <tr>
--- 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