summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-03-05 15:43:35 +0000
committerAlexander Larsson <alexl@src.gnome.org>2009-03-05 15:43:35 +0000
commit0c5553f70d8bcdda0a88295ec5a492b389646ea1 (patch)
tree66063e2c3c9b10f4710876bbd40b722be2150b0f
parent090fa3125af62356c27bb4873b87a4d72ccfae63 (diff)
downloadgvfs-0c5553f70d8bcdda0a88295ec5a492b389646ea1.tar.gz
Bug 564003 – gvfs Cygwin patches
2009-03-05 Alexander Larsson <alexl@redhat.com> Bug 564003 – gvfs Cygwin patches * common/Makefile.am: Add -no-undefined required for cygwin build svn path=/trunk/; revision=2289
-rw-r--r--ChangeLog7
-rw-r--r--common/Makefile.am3
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75af30fe..ffce3d75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-03-05 Alexander Larsson <alexl@redhat.com>
+ Bug 564003 – gvfs Cygwin patches
+
+ * common/Makefile.am:
+ Add -no-undefined required for cygwin build
+
+2009-03-05 Alexander Larsson <alexl@redhat.com>
+
Bug 569199 – incorrectly open smb workgroup using a space
* client/gvfsuriutils.c (g_vfs_encode_uri),
diff --git a/common/Makefile.am b/common/Makefile.am
index e8e44d89..35d6f2d0 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -21,6 +21,9 @@ libgvfscommon_la_SOURCES = \
gvfsfileinfo.c gvfsfileinfo.h \
$(NULL)
+# needed by cygwin (see bug #564003)
+libgvfscommon_la_LDFLAGS = -no-undefined
+
libgvfscommon_la_LIBADD = \
$(DBUS_LIBS) \
$(GLIB_LIBS)