diff options
Diffstat (limited to 'databases/couchdb/Makefile')
-rw-r--r-- | databases/couchdb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile index 125a50a98e7..a269ec6b909 100644 --- a/databases/couchdb/Makefile +++ b/databases/couchdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/06/19 02:30:17 dholland Exp $ +# $NetBSD: Makefile,v 1.6 2011/06/19 02:32:52 dholland Exp $ # DISTNAME= apache-couchdb-1.0.1 @@ -77,6 +77,8 @@ SUBST_SED.paths= -e 's,@EGDIR@,${COUCH_EGDIR},g' SUBST_SED.paths+= -e 's,@RUNDIR@,${COUCH_RUNDIR},g' SUBST_SED.paths+= -e 's,@ERLANG_PREFIX@,${BUILDLINK_PREFIX.erlang},g' +# This works around libtool abuse installing "couchspawnkillable". Will +# hopefully get fixed properly upstream. SUBST_CLASSES+= unstrip SUBST_MESSAGE.unstrip= Avoiding trying to strip a shell script SUBST_STAGE.unstrip= post-configure |