Mercurial > pidgin
changeset 190:3a8809beb5ce
[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 <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 27 Apr 2000 08:16:15 +0000 |
parents | 50dc3db25513 |
children | 948100a8cb23 |
files | plugins/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 \