From 24c4a2e86d46f8e2152bf983d932f0cac2701a1f Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 8 May 2002 00:27:46 +0000 Subject: link with -export-dynamic. normally glib includes the dynamic linking info, but not in all systems. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2759 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-text/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index 358769b0..4b98f7da 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -13,6 +13,8 @@ irssi_DEPENDENCIES = \ @PERL_LINK_LIBS@ \ @PERL_FE_LINK_LIBS@ +irssi_LDFLAGS = -export-dynamic + irssi_LDADD = \ @COMMON_LIBS@ \ @PERL_LINK_LIBS@ \ -- cgit v1.2.3