From 9a64d810bc5c284ca48947460d452dec3cd086c3 Mon Sep 17 00:00:00 2001 From: obache Date: Sat, 7 Jun 2014 08:06:01 +0000 Subject: Drop settings of LIBSO_LIBS for configure. Now, configure set LIBSO_LIBS with LIBS, so it is useless passing LIBSO_LIBS to configure. Overmore, "nsl" and "rt" libraries are exactly checked. --- databases/db4/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'databases') diff --git a/databases/db4/Makefile b/databases/db4/Makefile index 7aa5a029b32..7170a7b1fb2 100644 --- a/databases/db4/Makefile +++ b/databases/db4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2013/03/03 11:55:12 obache Exp $ +# $NetBSD: Makefile,v 1.67 2014/06/07 08:06:01 obache Exp $ # # NOTE: # When updating this package, a change in the minor (4.n -> 4.(n+1)) @@ -33,10 +33,6 @@ CONFIGURE_ARGS+= --enable-cxx CONFIGURE_ARGS+= --includedir=${PREFIX}/include/db4 CONFIGURE_ARGS+= --program-transform-name=s,db_,db4_, -OPSYSVARS+= LIBSO_LIBS -LIBSO_LIBS.SunOS+= -lnsl -lrt -CONFIGURE_ENV+= LIBSO_LIBS=${LIBSO_LIBS:Q} - .include "options.mk" # DB4 only want pthreads because it's really after POSIX 1003.1 -- cgit v1.2.3