diff options
author | Ilya Maximets <i.maximets@ovn.org> | 2019-10-03 13:45:29 +0200 |
---|---|---|
committer | Ilya Maximets <i.maximets@ovn.org> | 2019-10-04 19:37:28 +0200 |
commit | aa135fb9b164b37ac1f7c131e8018253904806ef (patch) | |
tree | 25fcd2d2cd8049f332340edd8f98524185874ba7 /lib/ct-dpif.h | |
parent | ae05d68139e44820155d55c685f127066d340c50 (diff) | |
download | openvswitch-aa135fb9b164b37ac1f7c131e8018253904806ef.tar.gz |
ci: Get rid of OVS_CFLAGS in CI scripts.
Our CI scripts uses OVS_CFLAGS variable that is intended for internal
usage by 'configure' script only. Usual CFLAGS should be used instead
to avoid giving bad example to users.
Additionally, '-m32' flag passed directly to CC variable to avoid
splitting it from the compiler invocations and force same API/ABI for
invocations of 'configure' and 'make'.
'BUILD_ENV' dropped as not needed anymore.
Before this patch 'configure' always checked for 64bit libraries
regardless of fact that we're going to build 32bit binary. This
caused issues if only 64bit version of desired library was available.
Suggested-by: Ben Pfaff <blp@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'lib/ct-dpif.h')
0 files changed, 0 insertions, 0 deletions