diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:58 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:58 +0000 |
commit | c6e8074f628eb380883dd3b0cbdc60eb7ef6d0f5 (patch) | |
tree | 1a13906f90ca04325c600de4f767d39ad47008ee /apt-pkg/makefile | |
parent | 584e4558eea7db76c50bb9525cc25ae81b657d52 (diff) |
s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DO...
Author: doogie
Date: 2002-11-11 07:00:16 GMT
s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DOMAIN to 1, and
breaks us.
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r-- | apt-pkg/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile index 3a51849ba..0f7f879be 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -16,7 +16,7 @@ LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER) MAJOR=3.3 MINOR=0 SLIBS=$(PTHREADLIB) -DOMAIN:=libapt-pkg$(MAJOR) +APT_DOMAIN:=libapt-pkg$(MAJOR) # Source code for the contributed non-core things SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \ |