Browse Source

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.

Arch Librarian 22 years ago
parent
commit
97af521f92
2 changed files with 2 additions and 1 deletions
  1. 1 1
      apt-pkg/makefile
  2. 1 0
      buildlib/environment.mak.in

+ 1 - 1
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

+ 1 - 0
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@