# HG changeset patch # User Eric Warmenhoven # Date 956823375 0 # Node ID 3a8809beb5ce4a736743a6b8db39fe38564cf1d9 # Parent 50dc3db25513c2e113285683dd2d5f72cdeb5a15 [gaim-migrate @ 200] -fPIC -DPIC is a better flag than -Wl,-soname,$@ because the former works on SunOS and the latter doesn't. Both work on linux. committer: Tailor Script diff -r 50dc3db25513 -r 3a8809beb5ce plugins/Makefile.am --- a/plugins/Makefile.am Wed Apr 26 20:24:35 2000 +0000 +++ b/plugins/Makefile.am Thu Apr 27 08:16:15 2000 +0000 @@ -6,7 +6,7 @@ endif LDFLAGS += -ggdb $(GTK_LIBS) -shared .c.so: - $(CC) $(CFLAGS) -Wl,-soname,$@ -o $@ $< $(LDFLAGS) + $(CC) $(CFLAGS) -fPIC -DPIC -o $@ $< $(LDFLAGS) plugin_DATA = autorecon.so iconaway.so spellchk.so plugindir = $(libdir)/gaim EXTRA_DIST = CRAZY HOWTO SIGNALS autorecon.c chkmail.c filectl.c gaiminc.c \