summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-01-08 23:49:27 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-01-08 23:49:27 (GMT)
commit8f79dcb0b1dd1787b6883b4977bdc1263a0821d9 (patch)
tree022adf8913729172aba869b2228807a7ed4ae9dd /src
parentab5c0a971f970b9f45d8efd202ef9132e47b45d1 (diff)
downloadmxe-8f79dcb0b1dd1787b6883b4977bdc1263a0821d9.zip
mxe-8f79dcb0b1dd1787b6883b4977bdc1263a0821d9.tar.gz
mxe-8f79dcb0b1dd1787b6883b4977bdc1263a0821d9.tar.bz2
avoid all old 2.22.x versions of package glib
Diffstat (limited to 'src')
-rw-r--r--src/glib.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glib.mk b/src/glib.mk
index 67c1412..60c8b60 100644
--- a/src/glib.mk
+++ b/src/glib.mk
@@ -34,6 +34,7 @@ define $(PKG)_UPDATE
wget -q -O- 'http://git.gnome.org/cgit/glib/refs/tags' | \
grep '<a href=' | \
$(SED) -n "s,.*<a href='[^']*/tag/?id=\\([0-9][^']*\\)'.*,\\1,p" | \
+ grep -v '2\.22\.' | \
head -1
endef