pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

opendoas: Fix build on linux.



Module Name:	pkgsrc-wip
Committed By:	Sunil Nimmagadda <sunil%nimmagadda.net@localhost>
Pushed By:	skn
Date:		Mon Nov 2 12:28:39 2020 +0530
Changeset:	033232966099cb877c099a5c6fbfe631d396f1cb

Modified Files:
	opendoas/Makefile

Log Message:
opendoas: Fix build on linux.

yacc is required with USE_TOOLS on linux, reported by Ottavio
Caruso.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=033232966099cb877c099a5c6fbfe631d396f1cb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 opendoas/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/opendoas/Makefile b/opendoas/Makefile
index 3805077b5c..3f3fba0e20 100644
--- a/opendoas/Makefile
+++ b/opendoas/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ARGS+=	--prefix=${PREFIX}
 CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=	--mandir=${PREFIX}/${PKGMANDIR}
 
-USE_TOOLS=	gmake
+USE_TOOLS=	gmake yacc
 BUILD_TARGET=	default
 
 CFLAGS+=	-D_OPENBSD_SOURCE=1


Home | Main Index | Thread Index | Old Index