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-inst/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-inst/makefile')
-rw-r--r-- | apt-inst/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-inst/makefile b/apt-inst/makefile index 4a0981f2b..23cdd375b 100644 --- a/apt-inst/makefile +++ b/apt-inst/makefile @@ -11,6 +11,7 @@ include ../buildlib/defaults.mak # The library name LIBRARY=apt-inst +LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER) MAJOR=1.0 MINOR=0 SLIBS=$(PTHREADLIB) |