diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-10-24 17:38:06 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-10-24 17:38:06 +0200 |
commit | 10c9f030e02ccec5c002abc42776f994c124c574 (patch) | |
tree | f0c20a5c4bcbf72d330cfa47e3916763be841036 /apt-inst | |
parent | 5cbf7810a2d9f8905015d8a7879df095cfb6d6ea (diff) |
Bumped libapt version and excluded eglibc from SONAME. (Closes: #448249)
Backported from lp:~mvo/apt/debian-experimental
Based on patch by Eugene V. Lyubimkin
Diffstat (limited to 'apt-inst')
-rw-r--r-- | apt-inst/makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apt-inst/makefile b/apt-inst/makefile index cc61841b9..c0ff3d886 100644 --- a/apt-inst/makefile +++ b/apt-inst/makefile @@ -11,8 +11,7 @@ include ../buildlib/defaults.mak # The library name LIBRARY=apt-inst -LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER) -MAJOR=1.1 +MAJOR=1.2 MINOR=0 SLIBS=$(PTHREADLIB) -lapt-pkg APT_DOMAIN:=libapt-inst$(MAJOR) |