From b292ce4e376a01f92e7aac3b195811e1f8eb094c Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 14 Mar 2005 23:30:42 +0000 Subject: Make build correctly on Interix -- -lrpclib is also needed in LIBS. --- databases/db4/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databases') diff --git a/databases/db4/Makefile b/databases/db4/Makefile index 4d0fd6f95d1..0ba1875fff3 100644 --- a/databases/db4/Makefile +++ b/databases/db4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2005/01/25 18:55:56 tv Exp $ +# $NetBSD: Makefile,v 1.36 2005/03/14 23:30:42 tv Exp $ DISTNAME= db-4.3.27 PKGNAME= ${DISTNAME:S/db/db4/} @@ -36,6 +36,7 @@ CONFIGURE_ENV+= F77=${FALSE} OPSYSVARS+= LIBSO_LIBS LIBSO_LIBS.Interix+= -lrpclib +LIBS.Interix+= -lrpclib # needed for in-tree programs, too LIBSO_LIBS.SunOS+= -lnsl -lrt CONFIGURE_ENV+= LIBSO_LIBS="${LIBSO_LIBS}" -- cgit v1.2.3