mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 02:11:33 +01:00
Merge pull request #1238 from kinvolk/jepio/fix-cross-perl
coreos/config: add fix for perl cross-compilation
This commit is contained in:
commit
b3d81cfc90
5
sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-lang/perl
vendored
Normal file
5
sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-lang/perl
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
if [[ ${EBUILD_PHASE} == configure ]]; then
|
||||
if tc-is-cross-compiler; then
|
||||
append-cflags "-fwrapv -fno-strict-aliasing"
|
||||
fi
|
||||
fi
|
||||
Loading…
x
Reference in New Issue
Block a user