Changeset 9fc017d


Ignore:
Timestamp:
2011-10-17T13:28:37Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
733f607
Parents:
6cdaabb
Message:

Switch order of linker arguments for building otr.so which should fix the
plugin with new toolchain versions (affecting Ubuntu Oneiric and possibly
others).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r6cdaabb r9fc017d  
    156156$(OTR_PI): %.so: $(SRCDIR)%.c
    157157        @echo '*' Building plugin $@
    158         @$(CC) $(CFLAGS) $(OTRFLAGS) -fPIC -shared $(LDFLAGS) $< -o $@
     158        @$(CC) $(CFLAGS) -fPIC -shared $(LDFLAGS) $< -o $@ $(OTRFLAGS)
    159159
    160160$(SKYPE_PI): $(SRCDIR)protocols/skype/skype.c
Note: See TracChangeset for help on using the changeset viewer.