diff options
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile index cb66c363e..979a99bb6 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -11,6 +11,7 @@ include ../buildlib/defaults.mak # The library name, don't forget to update init.h LIBRARY=apt-pkg +LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER) MAJOR=3.1 MINOR=1 SLIBS=$(PTHREADLIB) |