gvfs r2289 - in trunk: . common



Author: alexl
Date: Thu Mar  5 15:43:35 2009
New Revision: 2289
URL: http://svn.gnome.org/viewvc/gvfs?rev=2289&view=rev

Log:
2009-03-05  Alexander Larsson  <alexl redhat com>

	Bug 564003 â gvfs Cygwin patches
	
	* common/Makefile.am:
	Add -no-undefined required for cygwin build




Modified:
   trunk/ChangeLog
   trunk/common/Makefile.am

Modified: trunk/common/Makefile.am
==============================================================================
--- trunk/common/Makefile.am	(original)
+++ trunk/common/Makefile.am	Thu Mar  5 15:43:35 2009
@@ -21,6 +21,9 @@
 	gvfsfileinfo.c gvfsfileinfo.h \
 	$(NULL)
 
+# needed by cygwin (see bug #564003)
+libgvfscommon_la_LDFLAGS = -no-undefined
+
 libgvfscommon_la_LIBADD =	\
 	$(DBUS_LIBS) 	\
 	$(GLIB_LIBS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]