1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-10 09:03:02 +03:00

patch from Richard Jones to build shared libs with MinGW cross-compiler

* configure.in Makefile.am: patch from Richard Jones to build
  shared libs with MinGW cross-compiler
Daniel

svn path=/trunk/; revision=1492
This commit is contained in:
Daniel Veillard
2008-10-28 10:56:52 +00:00
parent 35516397d2
commit dd29c988bd
3 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
Tue Oct 28 11:55:27 CET 2008 Daniel Veillard <veillard@redhat.com>
* configure.in Makefile.am: patch from Richard Jones to build
shared libs with MinGW cross-compiler
Tue Oct 7 18:16:08 CEST 2008 Daniel Veillard <veillard@redhat.com>
* libxslt/pattern.c: prevent some unchecked pointer accesses, patch

View File

@@ -3,6 +3,7 @@ AC_PREREQ(2.2)
AC_INIT(libxslt/xslt.c)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST
AC_LIBTOOL_WIN32_DLL
AC_GNU_SOURCE
dnl

View File

@@ -53,7 +53,7 @@ libxslt_la_SOURCES = \
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