summaryrefslogtreecommitdiff
path: root/mail/claws-mail/Makefile.common
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-11-21 18:20:40 +0000
committerjperkin <jperkin@pkgsrc.org>2022-11-21 18:20:40 +0000
commit1f27162f393e4c1b8fbe76fe1c2efc883eb3847a (patch)
treed11325d42041995b4d5df045d715040c9f59d858 /mail/claws-mail/Makefile.common
parent6502892ac7af3b068b71b30b7f0b4e881b4702c6 (diff)
downloadpkgsrc-1f27162f393e4c1b8fbe76fe1c2efc883eb3847a.tar.gz
*: Re-apply SunOS linker argument removals.
These are currently duplicated in mk/platform/SunOS.mk but the generic removals will be removed soon in favour of per-package removals, due to flags getting leaked into installed files.
Diffstat (limited to 'mail/claws-mail/Makefile.common')
-rw-r--r--mail/claws-mail/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile.common b/mail/claws-mail/Makefile.common
index fdcda16163b..a8a911285c6 100644
--- a/mail/claws-mail/Makefile.common
+++ b/mail/claws-mail/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2021/07/13 12:35:09 nia Exp $
+# $NetBSD: Makefile.common,v 1.25 2022/11/21 18:20:43 jperkin Exp $
# used by mail/claws-mail/plugins.mk
@@ -62,6 +62,8 @@ CONFIGURE_ARGS+= --disable-tnef_parse-plugin
CONFIGURE_ARGS+= --disable-perl-plugin
CONFIGURE_ARGS+= --disable-vcalendar-plugin
+BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--export-dynamic
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../mail/libetpan/buildlink3.mk"
#.include "../../net/libsoup/buildlink3.mk"