mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
Add libtool's -module flag to get built properly on all platforms, by Toby Peterson (Bug 212)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3714 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2e81e13842
commit
abb28cae20
@ -11,6 +11,8 @@ libirc_proxy.a:
|
||||
rm -f libirc_proxy.a
|
||||
$(LN_S) .libs/libirc_proxy.a libirc_proxy.a
|
||||
|
||||
libirc_proxy_la_LDFLAGS = -module
|
||||
|
||||
libirc_proxy_la_DEPENDENCIES = libirc_proxy.a
|
||||
|
||||
libirc_proxy_la_SOURCES = \
|
||||
|
@ -10,8 +10,8 @@ EXTRA_LTLIBRARIES = \
|
||||
libperl_core.la libfe_perl.la \
|
||||
libperl_core_static.la libfe_perl_static.la
|
||||
|
||||
libperl_core_la_LDFLAGS = -avoid-version -rpath $(moduledir)
|
||||
libfe_perl_la_LDFLAGS = -avoid-version -rpath $(moduledir)
|
||||
libperl_core_la_LDFLAGS = -module -avoid-version -rpath $(moduledir)
|
||||
libfe_perl_la_LDFLAGS = -module -avoid-version -rpath $(moduledir)
|
||||
|
||||
perl-core.c: perl-signals-list.h irssi-core.pl.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user