unofficial mirror of guix-patches@gnu.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).