/pidgin/main: 1a155271da6c: Make the libpurple example prefer bu...
Michael McConville <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 1a155271da6c0f14224282d018b1cc786f151a98 Author: Michael McConville <[email protected]> Date: 2015-12-21 21:08 -0500 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/1a155271da6c Description: Make the libpurple example prefer build-local libs over system libs by reordering its LDADD entries. This fixes building on OpenBSD. From elb@. diffstat: libpurple/example/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (19 lines): diff --git a/libpurple/example/Makefile.am b/libpurple/example/Makefile.am --- a/libpurple/example/Makefile.am +++ b/libpurple/example/Makefile.am @@ -4,13 +4,13 @@ nullclient_SOURCES = defines.h nullclien nullclient_DEPENDENCIES = nullclient_LDFLAGS = -export-dynamic nullclient_LDADD = \ + $(top_builddir)/libpurple/libpurple.la \ $(DBUS_LIBS) \ $(INTLLIBS) \ $(GLIB_LIBS) \ $(GPLUGIN_LIBS) \ $(LIBXML_LIBS) \ - $(GSTVIDEO_LIBS) \ - $(top_builddir)/libpurple/libpurple.la + $(GSTVIDEO_LIBS) AM_CPPFLAGS = \ -DSTANDALONE \ _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits