mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-08 21:42:07 +03:00
changed the sequence of LD_ADDS and LIBGCRYPT_LIBS on xsltproc_LDADD.
* xsltproc/Makefile.am: changed the sequence of LD_ADDS and LIBGCRYPT_LIBS on xsltproc_LDADD. Previously this was causing the wrong libs to be linked when using the configure option --with-libxml-libs-prefix, or --with-libxml-src (nasty)
This commit is contained in:
@@ -10,7 +10,6 @@ AM_CFLAGS = $(LIBGCRYPT_CFLAGS)
|
||||
xsltproc_SOURCES = xsltproc.c
|
||||
xsltproc_LDFLAGS =
|
||||
xsltproc_DEPENDENCIES = $(DEPS)
|
||||
xsltproc_LDADD = $(LDADDS) $(LIBGCRYPT_LIBS)
|
||||
|
||||
DEPS = $(top_builddir)/libxslt/libxslt.la \
|
||||
$(top_builddir)/libexslt/libexslt.la
|
||||
@@ -20,6 +19,8 @@ LDADDS = @STATIC_BINARIES@ \
|
||||
$(top_builddir)/libexslt/libexslt.la \
|
||||
@LIBXML_LIBS@ $(EXTRA_LIBS) @WIN32_EXTRA_LIBADD@
|
||||
|
||||
xsltproc_LDADD = $(LIBGCRYPT_LIBS) $(LDADDS)
|
||||
|
||||
xsltproc.dv: xsltproc.o
|
||||
$(CC) $(CFLAGS) -o xsltproc xsltproc.o ../libexslt/.libs/libexslt.a ../libxslt/.libs/libxslt.a @LIBXML_LIBS@ $(EXTRA_LIBS)
|
||||
|
||||
|
Reference in New Issue
Block a user