From 2b92772d480f321bda6615140efa546abc5c66e9 Mon Sep 17 00:00:00 2001 From: Keno Fischer Date: Thu, 18 Nov 2021 04:18:46 -0500 Subject: [PATCH] gvc.def: Don't override export name As reported in https://gitlab.com/graphviz/graphviz/-/issues/2156, the export name override breaks the win32/mingw32 autoconf build. By not specifying the export name, each toolchain should use its appropriate default, which should at least work, even if it's not consistent across toolchains. --- lib/gvc/gvc.def | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/gvc/gvc.def b/lib/gvc/gvc.def index 016eb5991..e9f870950 100644 --- a/lib/gvc/gvc.def +++ b/lib/gvc/gvc.def @@ -1,5 +1,3 @@ -LIBRARY "gvc" - EXPORTS add_box addPS -- 2.40.0