[dconf] Drop from libtool days: -avoid-version and -module
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] Drop from libtool days: -avoid-version and -module
- Date: Tue, 25 Jan 2011 23:18:39 +0000 (UTC)
commit 7c5ecbca4fce2b21bbca155b3011fc67d20c67a3
Author: Ryan Lortie <desrt desrt ca>
Date: Tue Jan 25 18:16:19 2011 -0500
Drop from libtool days: -avoid-version and -module
These flags were required to prevent libtool from trying to soname the
library. They aren't needed with normal linkers and actually cause some
problems with newer binutils.
gsettings/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gsettings/Makefile.am b/gsettings/Makefile.am
index 5639361..ace7da0 100644
--- a/gsettings/Makefile.am
+++ b/gsettings/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/gvdb -I$(top_srcdir)/engine $(
giomodules_PROGRAMS = libdconfsettings.so
libdconfsettings_so_LDADD = $(gio_LIBS)
-libdconfsettings_so_LDFLAGS = -module -avoid-version -shared
+libdconfsettings_so_LDFLAGS = -shared
libdconfsettings_so_SOURCES = \
../engine/dconf-engine.c \
../common/dconf-shmdir.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]