pkgsrc-WIP-changes archive

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

opendoas: Strip Werror to fix build on Debian.



Module Name:	pkgsrc-wip
Committed By:	Sunil Nimmagadda <sunil%nimmagadda.net@localhost>
Pushed By:	skn
Date:		Sat Nov 14 10:33:59 2020 +0530
Changeset:	e7b87b367b38f76e9674538c7d33f75109badf3d

Modified Files:
	opendoas/Makefile

Log Message:
opendoas: Strip Werror to fix build on Debian.

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

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, 2 insertions(+)

diffs:
diff --git a/opendoas/Makefile b/opendoas/Makefile
index fc7dd4485c..e1dbac014a 100644
--- a/opendoas/Makefile
+++ b/opendoas/Makefile
@@ -37,6 +37,8 @@ CONFIGURE_ARGS+=	--mandir=${PREFIX}/${PKGMANDIR}
 USE_TOOLS=	gmake yacc
 MAKE_FILE=	GNUmakefile
 
+BUILDLINK_TRANSFORM+=   rm:-Werror
+
 SPECIAL_PERMS+=	bin/doas ${SETUID_ROOT_PERMS}
 
 NOT_FOR_UNPRIVILEGED=	yes


Home | Main Index | Thread Index | Old Index