[gnome-settings-daemon] main: Drop soname from the private library
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] main: Drop soname from the private library
- Date: Thu, 23 Feb 2012 16:46:17 +0000 (UTC)
commit 93af2f0f4cb954bf83aa880b68bfcfe79e8309b5
Author: Bastien Nocera <hadess hadess net>
Date: Thu Feb 23 17:33:33 2012 +0100
main: Drop soname from the private library
gnome-settings-daemon/Makefile.am | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gnome-settings-daemon/Makefile.am b/gnome-settings-daemon/Makefile.am
index 689e2a3..64ef1c1 100644
--- a/gnome-settings-daemon/Makefile.am
+++ b/gnome-settings-daemon/Makefile.am
@@ -38,8 +38,10 @@ libgsd_la_LIBADD = \
$(SYSTEMD_LIBS) \
$(NULL)
-libgsd_la_LDFLAGS = \
- -export-dynamic \
+libgsd_la_LDFLAGS = \
+ -export-dynamic \
+ -avoid-version \
+ -no-undefined \
$(NULL)
gsddir = $(libexecdir)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]