all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#60563] [PATCH 0/1] Fix mingw cross-compilation of nettle
@ 2023-01-04 23:36 Vivien Kraus via Guix-patches via
  2023-01-04 23:04 ` [bug#60563] [PATCH 1/1] gnu: nettle: Fix mingw cross-compilation Vivien Kraus via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-01-04 23:36 UTC (permalink / raw)
  To: 60563

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
-- 
2.38.1




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-19 16:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-04 23:36 [bug#60563] [PATCH 0/1] Fix mingw cross-compilation of nettle Vivien Kraus via Guix-patches via
2023-01-04 23:04 ` [bug#60563] [PATCH 1/1] gnu: nettle: Fix mingw cross-compilation Vivien Kraus via Guix-patches via
2023-01-19 16:31   ` bug#60563: [PATCH 0/1] Fix mingw cross-compilation of nettle Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.