pkgsrc-WIP-changes archive

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

pure: skip shlib check for now



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Aug 15 01:54:42 2022 +0200
Changeset:	b002ed31d85d160c8305af027f7c29fa2fd9b26f

Modified Files:
	pure/Makefile

Log Message:
pure: skip shlib check for now

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

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

diffstat:
 pure/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/pure/Makefile b/pure/Makefile
index c8ec0935d3..992f7d6324 100644
--- a/pure/Makefile
+++ b/pure/Makefile
@@ -23,6 +23,9 @@ CONFIGURE_ARGS+=	--without-elisp
 PKGCONFIG_OVERRIDE=	pure/pure.pc.in
 CONFIGURE_DIRS=		pure
 
+# bombs on rpath check for some reason, but the rpath is present?
+CHECK_SHLIBS_SKIP+=	bin/pure
+
 pre-configure:
 	${LN} -sf ${LLVM_CONFIG_PATH} ${TOOLS_DIR}/bin/llvm-config
 	cd ${WRKSRC}/pure && ${TOOLS_PATH.autoreconf} -vif


Home | Main Index | Thread Index | Old Index