diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-22 10:01:18 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-22 10:01:18 +0100 |
commit | bfbf474475649ee7c9b36b2f1c92d33e071dfef2 (patch) | |
tree | d581d4f3f981bb2c2ce98a7aa227e26a64e0a2ac /buildlib | |
parent | b3bc1bd74cb5ed091c6a067d09dc49b165d6f873 (diff) |
buildlib/libversion.mak: fix compat file for ubuntu version
Diffstat (limited to 'buildlib')
-rw-r--r-- | buildlib/libversion.mak | 2 |
1 files changed, 1 insertions, 1 deletions
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 |