[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51440] [PATCH 00/10] Declarative static networking interface
From: |
Ludovic Courtès |
Subject: |
[bug#51440] [PATCH 00/10] Declarative static networking interface |
Date: |
Fri, 29 Oct 2021 23:38:35 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
Julien Lepiller <julien@lepiller.eu> skribis:
> Le Wed, 27 Oct 2021 16:02:39 +0200,
> Ludovic Courtès <ludo@gnu.org> a écrit :
[...]
>> + ;; Pass '--target=TRIPLET' to 'guild
>> compile'.
>> + (substitute* "guile.am"
>> + (("\\$\\(GUILD\\) compile")
>> + (string-append "$(GUILD) compile
>> --target="
[...]
> Is there anything I can do as the author of guile-netlink to allow
> cross-compilation?
Yes, please! Pass ‘--target=$(HOST)’ to ‘guild compile’. See for
example how guile-zstd does it.
Thanks,
Ludo’.
- [bug#51440] [PATCH 00/10] Declarative static networking interface, Ludovic Courtès, 2021/10/27
- [bug#51440] [PATCH 03/10] doc: Add new "Networking Setup" node for the main setup options., Ludovic Courtès, 2021/10/27
- [bug#51440] [PATCH 08/10] services: Define '%qemu-static-networking'., Ludovic Courtès, 2021/10/27
- [bug#51440] [PATCH 09/10] services: Define '%loopback-static-networking'., Ludovic Courtès, 2021/10/27
- [bug#51440] [PATCH 02/10] tests: openvswitch: Check whether ovs0 is up., Ludovic Courtès, 2021/10/27
- [bug#51440] [PATCH 05/10] services: static-networking: Use Guile-Netlink on GNU/Linux., Ludovic Courtès, 2021/10/27
- [bug#51440] [PATCH 10/10] tests: Replace uses of deprecated 'static-networking-service'., Ludovic Courtès, 2021/10/27