neuter autoconf check for execinfo.h
This commit is contained in:
parent
afeb3a0715
commit
8b83b236f8
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2020/11/09 11:33:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2021/06/07 20:52:52 sthen Exp $
|
||||
|
||||
COMMENT= soundcard-based software modem for Amateur Radio use
|
||||
|
||||
@ -44,6 +44,9 @@ CONFIGURE_ARGS= --disable-oss \
|
||||
# ./dialogs/guide.cxx:1:26: error: expected expression
|
||||
CONFIGURE_ARGS += --without-asciidoc
|
||||
|
||||
# needs -lexecinfo
|
||||
CONFIGURE_ENV= ac_cv_header_execinfo_h=no
|
||||
|
||||
MAKE_FLAGS= ASCIIDOC_ICONS_DIR=${SYSCONFDIR}/asciidoc/images/icons
|
||||
|
||||
# supplied empty *.1 files are newer than .txt files
|
||||
|
Loading…
Reference in New Issue
Block a user