Add workaround for strance detection of yacc&lex.
It expected that ${YACC} and ${LEX} point to its name, not full path.
This commit is contained in:
parent
ea561c5dd6
commit
c72fcff539
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.48 2010/06/27 11:20:18 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.49 2010/06/29 07:41:26 obache Exp $
|
||||
|
||||
DISTNAME= wireshark-1.2.9
|
||||
PKGREVISION= 1
|
||||
|
@ -30,6 +30,8 @@ CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q}
|
|||
CONFIGURE_ARGS+= --with-pcap=${BUILDLINK_PREFIX.libpcap}
|
||||
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
|
||||
CONFIGURE_ARGS+= --with-pcre=${BUILDLINK_PREFIX.pcre}
|
||||
CONFIGURE_ENV+= ac_cv_path_YACCDUMMY=${TOOLS_PATH.yacc}
|
||||
CONFIGURE_ENV+= ac_cv_path_LEXDUMMY=${TOOLS_PATH.lex}
|
||||
|
||||
PTHREAD_OPTS+= require
|
||||
|
||||
|
|
Loading…
Reference in a new issue