diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:50 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:50 +0000 |
commit | a5b7cd8279132bc1ced7cc0845619aef8a831971 (patch) | |
tree | 86dd91027b1d30623b24a9fff93d1df1ab74a8bc /apt-pkg/makefile | |
parent | 773b28f3a5b213994e449abb8862f11e7a5e9e04 (diff) |
glibc/libstdc++ dependency patches
Author: tausq
Date: 2001-02-27 04:16:05 GMT
glibc/libstdc++ dependency patches
Diffstat (limited to 'apt-pkg/makefile')
-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) |