Nuke USE_INET6 from Makefile.
This commit is contained in:
parent
b5e8d9db02
commit
33cdbb042c
3 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2007/11/14 22:42:59 hoka_adam Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2007/11/14 23:01:30 hoka_adam Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MyServer-src-0.8.5
|
||||
|
@ -11,7 +11,7 @@ MAINTAINER= bartosz@atom.eu.org
|
|||
HOMEPAGE= http://www.myserverproject.net/
|
||||
COMMENT= Powerful and easy to configure web server
|
||||
|
||||
BUILD_DEFS+= USE_INET6
|
||||
BUILD_DEFS+= IPV6_READY
|
||||
BUILD_DEFS+= VARBASE
|
||||
|
||||
USE_PKGLOCALEDIR= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2006/05/19 16:51:14 ykomatsu Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2007/11/14 22:58:22 hoka_adam Exp $
|
||||
|
||||
# XXX This uses the version of apache2 distfile instead of
|
||||
# XXX the AP_AB_BASEREVISION from the support/ab.c source.
|
||||
|
@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://httpd.apache.org/
|
||||
COMMENT= Apache HTTP (Web) server benchmarking tool
|
||||
|
||||
BUILD_DEFS+= USE_INET6
|
||||
BUILD_DEFS+= IPV6_READY
|
||||
#USE_LIBTOOL= YES
|
||||
GNU_CONFIGURE= YES
|
||||
BUILD_TARGET= ab
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# $NetBSD: Makefile,v 1.9 2006/10/14 10:10:48 shattered Exp $
|
||||
# $Id: Makefile,v 1.9 2006/10/14 10:10:48 shattered Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2007/11/14 23:04:04 hoka_adam Exp $
|
||||
# $Id: Makefile,v 1.10 2007/11/14 23:04:04 hoka_adam Exp $
|
||||
|
||||
.include "Makefile.common"
|
||||
|
||||
|
@ -14,7 +14,7 @@ COMMENT= Automate configuration and administration of large systems, networks
|
|||
GNU_CONFIGURE= YES
|
||||
PTHREAD_OPTS+= require
|
||||
|
||||
BUILD_DEFS+= USE_INET6
|
||||
BUILD_DEFS+= IPV6_READY
|
||||
|
||||
CONFIGURE_ARGS+= --with-berkeleydb=${BUILDLINK_PREFIX.db4:Q}
|
||||
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl:Q}
|
||||
|
|
Loading…
Reference in a new issue