From 9fc017d62eb597a09af340f19fa10b8fc77da1d4 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 17 Oct 2011 09:28:37 -0400 Subject: Switch order of linker arguments for building otr.so which should fix the plugin with new toolchain versions (affecting Ubuntu Oneiric and possibly others). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8049fa7..d3a9c803 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,7 @@ $(subdirs): $(OTR_PI): %.so: $(SRCDIR)%.c @echo '*' Building plugin $@ - @$(CC) $(CFLAGS) $(OTRFLAGS) -fPIC -shared $(LDFLAGS) $< -o $@ + @$(CC) $(CFLAGS) -fPIC -shared $(LDFLAGS) $< -o $@ $(OTRFLAGS) $(SKYPE_PI): $(SRCDIR)protocols/skype/skype.c @echo '*' Building plugin skype -- cgit v1.2.3