pkgsrc-WIP-changes archive

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

munge: Set verbose build for debugging macOS



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sat May 18 08:22:20 2024 -0500
Changeset:	170ceefe55a2fda6265efc2465d15c9d74c69bb5

Modified Files:
	munge/Makefile

Log Message:
munge: Set verbose build for debugging macOS

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

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

diffstat:
 munge/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/munge/Makefile b/munge/Makefile
index 958d304c65..975a771c0b 100644
--- a/munge/Makefile
+++ b/munge/Makefile
@@ -15,6 +15,8 @@ USE_TOOLS+=		perl pkg-config
 GNU_CONFIGURE=		yes
 USE_LIBTOOL=		yes
 
+CONFIGURE_ARGS+=	--disable-silent-rules
+
 .include "../../mk/bsd.prefs.mk"
 
 MUNGE_DIR?=		${PREFIX}/var/lib/munge


Home | Main Index | Thread Index | Old Index