mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
Don't overlink executables with gcrypt
Also fixes the xsltproc build under --with-libxml-src.
This commit is contained in:
@ -25,7 +25,7 @@ LDADDS = $(top_builddir)/libxslt/libxslt.la \
|
||||
$(top_builddir)/libexslt/libexslt.la \
|
||||
$(LIBXML_LIBS) $(EXTRA_LIBS) $(LIBM)
|
||||
|
||||
xsltproc_LDADD = $(LIBGCRYPT_LIBS) $(LDADDS)
|
||||
xsltproc_LDADD = $(LDADDS)
|
||||
|
||||
CLEANFILES = .memdump
|
||||
|
||||
|
Reference in New Issue
Block a user