pkgsrc-WIP-changes archive

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

kde5: strip -fvisibility=hidden in all kde5 packages



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Thu Jan 25 08:40:30 2018 +1300
Changeset:	d7731f2f217a7cc7c73ba748d054e07681b4d675

Modified Files:
	kde5/Makefile.common

Log Message:
kde5: strip -fvisibility=hidden in all kde5 packages

as it breaks the plugin mechanism due to not being able to
resolve various symbols

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

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

diffstat:
 kde5/Makefile.common | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/kde5/Makefile.common b/kde5/Makefile.common
index 28467409b0..970dfac5f2 100644
--- a/kde5/Makefile.common
+++ b/kde5/Makefile.common
@@ -22,6 +22,9 @@ CMAKE_ARGS+=	-DKDE_INSTALL_AUTOSTARTEXDIR=${PREFIX}/share/examples/kde-xdg/autos
 # because librpcsvc produces a warning
 BUILDLINK_TRANSFORM.NetBSD+=	rm:-Wl,--fatal-warnings
 
+# various issues with symbols such at qt_plugin_instance not being visible.
+BUILDLINK_TRANSFORM+=	rm:-fvisibility=hidden
+
 pre-configure: mk-kde-dir
 
 mk-kde-dir:


Home | Main Index | Thread Index | Old Index