Skip to content
Snippets Groups Projects
Commit 18832b6411b0 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Don't overlink executables with gcrypt

Also fixes the xsltproc build under --with-libxml-src.
parent a9000288522a
No related merge requests found
......@@ -9,7 +9,7 @@
AM_CFLAGS = $(LIBXML_CFLAGS)
DEPENDENCIES = $(LIBXSLT_LIBS)
LDADD = $(LIBXSLT_LIBS) \
$(LIBGCRYPT_LIBS) $(LIBXML_LIBS) $(EXTRA_LIBS) $(LIBM)
$(LIBXML_LIBS) $(EXTRA_LIBS) $(LIBM)
xpath_SOURCES = xpath.c fuzz.c fuzz.h
xpath_LDFLAGS = -fsanitize=fuzzer
......
......@@ -25,7 +25,7 @@
$(top_builddir)/libexslt/libexslt.la \
$(LIBXML_LIBS) $(EXTRA_LIBS) $(LIBM)
xsltproc_LDADD = $(LIBGCRYPT_LIBS) $(LDADDS)
xsltproc_LDADD = $(LDADDS)
CLEANFILES = .memdump
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment