summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:00:36 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:00:36 +0000
commit97af521f92fb46dc95ab8ca2384d1041f7625ef5 (patch)
treeedbd413eba84d83e2cf0b930eb5f7b7e6ea3ddec
parentb3115d9257fb3480824d4536a8ef47ed6f598bce (diff)
Add INTLLIBS to various parts, so netbsd-i386 works.
Author: doogie Date: 2003-02-09 22:02:45 GMT Add INTLLIBS to various parts, so netbsd-i386 works.
-rw-r--r--apt-pkg/makefile2
-rw-r--r--buildlib/environment.mak.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile
index 0f7f879be..9b931d654 100644
--- a/apt-pkg/makefile
+++ b/apt-pkg/makefile
@@ -15,7 +15,7 @@ LIBRARY=apt-pkg
LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER)
MAJOR=3.3
MINOR=0
-SLIBS=$(PTHREADLIB)
+SLIBS=$(PTHREADLIB) $(INTLLIBS)
APT_DOMAIN:=libapt-pkg$(MAJOR)
# Source code for the contributed non-core things
diff --git a/buildlib/environment.mak.in b/buildlib/environment.mak.in
index 88f758ece..f680d8b30 100644
--- a/buildlib/environment.mak.in
+++ b/buildlib/environment.mak.in
@@ -46,6 +46,7 @@ PYTHONPREFIX = @PYTHONPREFIX@
PYTHONEXECPREFIX = @PYTHONEXECPREFIX@
PYTHONINCLUDE = @PYTHONINCLUDE@
DB2LIB = @DB2LIB@
+INTLLIBS = @INTLLIBS@
# Shim Headerfile control
HAVE_C9X = @HAVE_C9X@