summaryrefslogtreecommitdiff
path: root/apt-inst
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-10-24 17:38:06 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-10-24 17:38:06 +0200
commit10c9f030e02ccec5c002abc42776f994c124c574 (patch)
treef0c20a5c4bcbf72d330cfa47e3916763be841036 /apt-inst
parent5cbf7810a2d9f8905015d8a7879df095cfb6d6ea (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/makefile3
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)