mbox series

[bug#60563,0/1] Fix mingw cross-compilation of nettle

Message ID cover.1672875360.git.vivien@planete-kraus.eu
Headers show
Series Fix mingw cross-compilation of nettle | expand

Message

Vivien Kraus Jan. 4, 2023, 11:36 p.m. UTC
Dear guix,

nettle separates its static library output from its main output by moving all
files with a ".a" extension. However, doing that also moves the ".dll.a" files
on mingw. These files are required to link against a DLL. Packages that want
to link against the nettle DLL will require the default output of nettle, and
will not want the static output. So, these files must stay in the default
output.

Best regards,

Vivien

Vivien Kraus (1):
  gnu: nettle: Fix mingw cross-compilation.

 gnu/packages/nettle.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)


base-commit: 658c09333da095edf6e1b3c5e351a7bfa3c87354