# HG changeset patch # User Christophe Lincoln # Date 1208030279 -7200 # Node ID 30497b89a4fc0018dce8c42e6f96225cdcac6f5d # Parent 47e1fb2ba0f56326f03e8092532d933d9f3ff826 Force install of glibc-2.7 by busybox diff -r 47e1fb2ba0f5 -r 30497b89a4fc busybox/receipt --- a/busybox/receipt Sat Apr 12 21:49:32 2008 +0200 +++ b/busybox/receipt Sat Apr 12 21:57:59 2008 +0200 @@ -47,3 +47,11 @@ $fs/usr/share/udhcpc/default.script chmod +x $fs/usr/share/udhcpc/default.script } + +# Force glibc-2.7 reinstall if 2.3.6 still in use. +pre_install() +{ + if grep -q 'VERSION="2.3.6"' /var/lib/tazpkg/installed/glibc/receipt: then + tazpkg get-install glibc-base --forced + fi +}