mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
package/s390-tools: disable cargo
Set HAVE_CARGO=0 to avoid the following build failures raised since bump to version 2.29.0 in commit68df203366
ande6add997eb
: error: could not compile `pvsecret` (bin "pvsecret") due to previous error [...] ERROR: architecture for "/usr/bin/pvsecret" is "AArch64", should be "IBM S/390" Fixes:68df203366
- http://autobuild.buildroot.org/results/22035cb4d8e251f9930a7d529b91b128919252bb - http://autobuild.buildroot.org/results/99be6d3b2bab7c952ce02853f54924c5219aecc1 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
01f24d041d
commit
120cb19056
@ -12,7 +12,8 @@ S390_TOOLS_DEPENDENCIES = zlib
|
||||
|
||||
S390_TOOLS_MAKE_OPTS = \
|
||||
ARCH=$(BR2_ARCH) \
|
||||
CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE"
|
||||
CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" \
|
||||
HAVE_CARGO=0
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBCURL_OPENSSL),y)
|
||||
S390_TOOLS_DEPENDENCIES += libcurl
|
||||
|
Loading…
Reference in New Issue
Block a user