summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-05-08 00:27:46 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-05-08 00:27:46 +0000
commit24c4a2e86d46f8e2152bf983d932f0cac2701a1f (patch)
treeb733e049a0d2bc45148ac1219865fe0592b4da70
parentc1384d919b2e0fe7a17553113fea1f3c3867b9aa (diff)
downloadirssi-24c4a2e86d46f8e2152bf983d932f0cac2701a1f.zip
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
-rw-r--r--src/fe-text/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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@ \