libxslt r1492 - in trunk: . libxslt
- From: veillard svn gnome org
- To: svn-commits-list gnome org
- Subject: libxslt r1492 - in trunk: . libxslt
- Date: Tue, 28 Oct 2008 10:56:52 +0000 (UTC)
Author: veillard
Date: Tue Oct 28 10:56:52 2008
New Revision: 1492
URL: http://svn.gnome.org/viewvc/libxslt?rev=1492&view=rev
Log:
* configure.in Makefile.am: patch from Richard Jones to build
shared libs with MinGW cross-compiler
Daniel
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/libxslt/Makefile.am
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Tue Oct 28 10:56:52 2008
@@ -3,6 +3,7 @@
AC_INIT(libxslt/xslt.c)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST
+AC_LIBTOOL_WIN32_DLL
AC_GNU_SOURCE
dnl
Modified: trunk/libxslt/Makefile.am
==============================================================================
--- trunk/libxslt/Makefile.am (original)
+++ trunk/libxslt/Makefile.am Tue Oct 28 10:56:52 2008
@@ -53,7 +53,7 @@
libxslt.h
libxslt_la_LIBADD = $(EXTRA_LIBS)
-libxslt_la_LDFLAGS = -version-info @LIBXSLT_VERSION_INFO@
+libxslt_la_LDFLAGS = -version-info @LIBXSLT_VERSION_INFO@ -no-undefined
man_MANS = libxslt.3
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]