mirror of
https://abf.rosa.ru/djam/pidgin.git
synced 2025-02-23 21:42:47 +00:00
20 lines
678 B
Diff
20 lines
678 B
Diff
--- libpurple/protocols/jabber/Makefile.am.orig 2010-02-16 10:34:06.000000000 +0100
|
|
+++ libpurple/protocols/jabber/Makefile.am 2010-02-18 10:31:46.828001077 +0100
|
|
@@ -80,6 +80,7 @@
|
|
|
|
AM_CFLAGS = $(st)
|
|
|
|
+libjabber_la_LDFLAGS = -module -avoid-version
|
|
libxmpp_la_LDFLAGS = -module -avoid-version
|
|
|
|
if USE_CYRUS_SASL
|
|
--- libpurple/protocols/oscar/Makefile.am.orig 2010-02-16 10:34:06.000000000 +0100
|
|
+++ libpurple/protocols/oscar/Makefile.am 2010-02-18 10:31:46.828001077 +0100
|
|
@@ -50,6 +50,7 @@
|
|
|
|
libaim_la_LDFLAGS = -module -avoid-version
|
|
libicq_la_LDFLAGS = -module -avoid-version
|
|
+liboscar_la_LDFLAGS = -module -avoid-version
|
|
if STATIC_OSCAR
|
|
|
|
st = -DPURPLE_STATIC_PRPL
|