[ekg2-commit] ekg2: Makefile.am (HEAD) jabber.c (HEAD) [darkjames]

CVS commit cvs w toxygen.net
Czw, 3 Maj 2007, 11:27:21 CEST


Module name:	ekg2
Changes by:	darkjames	2007-05-03 11:27:18

Modified files:
	Makefile.am jabber.c

Log message:
[jabber] use -fvisibility=hidden (size 276516 (before) vs 272292 (now))

Index: Makefile.am
===================================================================
RCS file: /home/cvs/ekg2/plugins/jabber/Makefile.am,v
diff -d -u -r1.27 -r1.28
--- Makefile.am	27 Feb 2007 20:54:06 -0000	1.27
+++ Makefile.am	3 May 2007 09:27:18 -0000	1.28
@@ -4,7 +4,7 @@
 jabber_la_SOURCES = jabber.c commands.c misc.c digest.c xmlnode.c jabber_dcc.c jabber_handlers.c jabber.h jabber_dcc.h jabber-ssl.h
 jabber_la_LDFLAGS = -module -avoid-version
 jabber_la_LIBADD = $(EXPAT_LIBS) $(JABBER_SSL_LIBS) $(ZLIB_LIBS)
-jabber_la_CPPFLAGS = $(EXPAT_CPPFLAGS) $(JABBER_SSL_CPPFLAGS)
+jabber_la_CPPFLAGS = $(C_FVISIBILITY) $(EXPAT_CPPFLAGS) $(JABBER_SSL_CPPFLAGS)
 
 libdir = $(plugindir)
 

Index: jabber.c
===================================================================
RCS file: /home/cvs/ekg2/plugins/jabber/jabber.c,v
diff -d -u -r1.328 -r1.329
--- jabber.c	12 Apr 2007 13:33:49 -0000	1.328
+++ jabber.c	3 May 2007 09:27:18 -0000	1.329
@@ -1478,7 +1478,7 @@
  * @return 0 [successfully loaded plugin]
  */
 
-int jabber_plugin_init(int prio) {
+EXPORT int jabber_plugin_init(int prio) {
 	jabber_plugin.params = jabber_plugin_vars;
 
         plugin_register(&jabber_plugin, prio);


Więcej informacji o liście dyskusyjnej ekg2-commit