From bfbf474475649ee7c9b36b2f1c92d33e071dfef2 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 22 Dec 2009 10:01:18 +0100 Subject: buildlib/libversion.mak: fix compat file for ubuntu version --- buildlib/libversion.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildlib/libversion.mak b/buildlib/libversion.mak index 26ca86ced..5585ab487 100644 --- a/buildlib/libversion.mak +++ b/buildlib/libversion.mak @@ -18,4 +18,4 @@ LIBAPTINST_MINOR=$(shell egrep '^MINOR=' $(BASE)/apt-inst/makefile |cut -d '=' - # want to drop this, but this a ABI break. # And we don't want to do this now. So we hardcode a value here, # and drop it later on (hopefully as fast as possible). -LIBEXT=-libc6.9-6 +LIBEXT=-libc6.10-6 -- cgit v1.2.3