diff options
author | obache <obache@pkgsrc.org> | 2014-06-07 08:06:01 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-06-07 08:06:01 +0000 |
commit | 9a64d810bc5c284ca48947460d452dec3cd086c3 (patch) | |
tree | 5f05c401d9de85dea14c35ae1f5e3eaf1c139b45 /databases | |
parent | 707cd0ae5c8fa91a5defda66ceb5c0b4a1267112 (diff) | |
download | pkgsrc-9a64d810bc5c284ca48947460d452dec3cd086c3.tar.gz |
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.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/db4/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 |