1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

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
This commit is contained in:
Timo Sirainen 2002-05-08 00:27:46 +00:00 committed by cras
parent c1384d919b
commit 24c4a2e86d

View File

@ -13,6 +13,8 @@ irssi_DEPENDENCIES = \
@PERL_LINK_LIBS@ \
@PERL_FE_LINK_LIBS@
irssi_LDFLAGS = -export-dynamic
irssi_LDADD = \
@COMMON_LIBS@ \
@PERL_LINK_LIBS@ \