Override config.sub and config.guess. For mipseb support.
This commit is contained in:
parent
a1c40fc01e
commit
21caf78aaa
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.21 2004/01/20 12:12:49 agc Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2004/02/08 05:14:44 sekiya Exp $
|
||||
|
||||
DISTNAME= db-3.3.11
|
||||
PKGNAME= db3-3.11.2
|
||||
|
@ -23,6 +23,9 @@ LIBTOOL_OVERRIDE= ${WRKDIR}/${DISTNAME}/build_unix/libtool
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
|
||||
CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/dist/config.sub
|
||||
CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/dist/config.guess
|
||||
|
||||
CONFIGURE_ARGS+= --program-transform-name=s,db_,db3_,
|
||||
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/db3
|
||||
CONFIGURE_ARGS+= --enable-cxx
|
||||
|
|
Loading…
Reference in a new issue