diff options
author | heinz <heinz@pkgsrc.org> | 2004-10-06 23:27:19 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-10-06 23:27:19 +0000 |
commit | d2eb44c14d837a993265620b7872506e7223a34f (patch) | |
tree | f79b4fb8ab23d3f1e021e07d84d72d73c324e7ac /www | |
parent | cca8f51fac4d224612dcfc9b15a91ab1d12d2c2f (diff) | |
download | pkgsrc-d2eb44c14d837a993265620b7872506e7223a34f.tar.gz |
Provide a value 'yes' for USE_DB185. This lets p5-DB_File find the
correct libraries to link with db3 and db4.
Diffstat (limited to 'www')
-rw-r--r-- | www/apache6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 9b8b85bcbed..410531f4c0a 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2004/10/03 00:18:24 tv Exp $ +# $NetBSD: Makefile,v 1.92 2004/10/06 23:27:19 heinz Exp $ # # This package does not compile in mod_ssl support hooks, as it conflicts # with IPv6-enable patch. @@ -123,7 +123,7 @@ LINK_LIBGCC_LDFLAGS+= -lgcc_s .endif # Use operating system's db1 functions (where available) -USE_DB185= # defined +USE_DB185= yes .include "../../databases/db/buildlink3.mk" BUILDLINK_DEPENDS.db= db>=2.7.7 |