From 1a06ed9234fb795b986e07f9a1e81cfe757ea41e Mon Sep 17 00:00:00 2001 From: "Daisuke Fujimura (fd0)" Date: Thu, 19 Jun 2025 22:06:01 +0900 Subject: [PATCH] Build shared library on cygwin --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 8a6e5a9..5fd02ca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,7 +14,7 @@ libnxml_la_SOURCES = \ nxml_tools.c \ nxml_namespace.c -libnxml_la_LDFLAGS = -version-info @LIBNXML_VERSION_INFO@ +libnxml_la_LDFLAGS = -no-undefined -version-info @LIBNXML_VERSION_INFO@ EXTRA_DIST = nxml.h.in nxml.h nxml_internal.h