[gnome-commander/gcmd-1-2-8] Fixed problem #622456 (do not build plugins as shared library objects)
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-2-8] Fixed problem #622456 (do not build plugins as shared library objects)
- Date: Wed, 23 Jun 2010 21:26:01 +0000 (UTC)
commit a0c1dc553af45c8a814e287038ec30e515851222
Author: Dominique Leuenberger <dominique-gnomezilla leuenberger net>
Date: Wed Jun 23 23:24:01 2010 +0200
Fixed problem #622456 (do not build plugins as shared library objects)
NEWS | 1 +
doc/C/gnome-commander.xml | 3 +++
libgcmd/Makefile.am | 2 +-
plugins/cvs/Makefile.am | 2 +-
plugins/fileroller/Makefile.am | 2 +-
plugins/test/Makefile.am | 2 +-
6 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0c1e3c7..5f49209 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ Bug fixes:
* Fixed problem #540438 (no GUI message if meld cannot be executed)
* Fixed problem #616367 ("File not found" dialog after startup)
* Fixed problem #620650 (buffer overflow in load_fav_apps())
+ * Fixed problem #622456 (do not build plugins as shared library objects)
* Fixed problem with editing options for favourite apps and devices
diff --git a/doc/C/gnome-commander.xml b/doc/C/gnome-commander.xml
index f5f88c5..cbbc2ff 100644
--- a/doc/C/gnome-commander.xml
+++ b/doc/C/gnome-commander.xml
@@ -6052,6 +6052,9 @@
<para>Fixed problem #620650 (buffer overflow in load_fav_apps())</para>
</listitem>
<listitem>
+ <para>Fixed problem #622456 (do not build plugins as shared library objects)</para>
+ </listitem>
+ <listitem>
<para>Fixed problem with editing options for favourite apps and devices</para>
</listitem>
</itemizedlist>
diff --git a/libgcmd/Makefile.am b/libgcmd/Makefile.am
index 27ceac7..74b9f13 100644
--- a/libgcmd/Makefile.am
+++ b/libgcmd/Makefile.am
@@ -22,4 +22,4 @@ libgcmd_la_SOURCES = \
libgcmd_la_LIBADD = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS)
-libgcmd_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS)
+libgcmd_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS) -module -avoid-version
diff --git a/plugins/cvs/Makefile.am b/plugins/cvs/Makefile.am
index 928a37a..5d756df 100644
--- a/plugins/cvs/Makefile.am
+++ b/plugins/cvs/Makefile.am
@@ -16,4 +16,4 @@ libcvs_la_SOURCES = \
interface.h interface.cc \
cvs-plugin.xpm close.xpm
-libcvs_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS)
+libcvs_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS) -module -avoid-version
diff --git a/plugins/fileroller/Makefile.am b/plugins/fileroller/Makefile.am
index c46724e..d1ea11b 100644
--- a/plugins/fileroller/Makefile.am
+++ b/plugins/fileroller/Makefile.am
@@ -14,4 +14,4 @@ libfileroller_la_SOURCES = \
file-roller-plugin.h file-roller-plugin.cc \
file-roller.xpm file-roller-small.xpm
-libfileroller_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS)
+libfileroller_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS) -module -avoid-version
diff --git a/plugins/test/Makefile.am b/plugins/test/Makefile.am
index 4df9783..7b30d7b 100644
--- a/plugins/test/Makefile.am
+++ b/plugins/test/Makefile.am
@@ -14,4 +14,4 @@ libtest_la_SOURCES = \
test-plugin.h test-plugin.cc \
test-plugin.xpm
-libtest_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS)
+libtest_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS) -module -avoid-version
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]