pkgsrc-WIP-changes archive

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

Add recently commited fix for SunOS



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Wed Aug 3 18:16:40 2022 +0200
Changeset:	60d4312d2a3e7b2803b646a2b8dc3769880a8149

Modified Files:
	clang-tools-extra/Makefile

Log Message:
Add recently commited fix for SunOS

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

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

diffstat:
 clang-tools-extra/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/clang-tools-extra/Makefile b/clang-tools-extra/Makefile
index 1bcc4658ea..615ec89d18 100644
--- a/clang-tools-extra/Makefile
+++ b/clang-tools-extra/Makefile
@@ -22,6 +22,8 @@ REPLACE_PYTHON+=	tools/extra/clang-include-fixer/find-all-symbols/tool/run-find-
 REPLACE_PYTHON+=	tools/extra/clang-tidy/tool/clang-tidy-diff.py
 REPLACE_PYTHON+=	tools/extra/clang-tidy/tool/run-clang-tidy.py
 
+BUILDLINK_TRANSFORM.SunOS+=     rm:-Wl,-Bsymbolic-functions
+
 .PHONY: inject-clang-tools
 post-extract: inject-clang-tools
 inject-clang-tools:


Home | Main Index | Thread Index | Old Index