zeek/auxil/vcpkg/ports/libdvdread/no-undefined.diff
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

13 lines
353 B
Diff

diff --git a/configure.ac b/configure.ac
index a60ef0c..eeb6715 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,6 +63,7 @@ AS_CASE([$host],
[*mingw32* | *cygwin*], [AC_CHECK_FUNCS(gettimeofday)])
AS_CASE([$host],
+ [*mingw32*], LDFLAGS="-no-undefined $LDFLAGS",
[*-os2-*], LDFLAGS="-no-undefined -Zbin-files $LDFLAGS")
AS_CASE([$host],