diff options
author | Francois Perrad <fperrad@gmail.com> | 2014-07-17 18:32:58 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-17 20:49:39 +0200 |
commit | 1c7ab72386f0ff34ef0e6247ea3cfa1524b16ff7 (patch) | |
tree | 58668512b50650b49bc7099c7ae751a610761563 /package/python-numpy | |
parent | 31d8a19a9071592311c0d51ea851a044bd06b06f (diff) | |
download | buildroot-1c7ab72386f0ff34ef0e6247ea3cfa1524b16ff7.tar.gz buildroot-1c7ab72386f0ff34ef0e6247ea3cfa1524b16ff7.zip |
support/script/scancpan: add support for BR2_PREFER_STATIC_LIB
Perl extensions are loaded at runtime with dlopen(), so it does not
make sense to even build extensions that are written in C when
BR2_PREFER_STATIC_LIB is enabled. A Perl module written in C or with a
dependency on a module written in C is not available when doing a
static build.
Therefore, this commit adapts the scancpan script to automatically
generate a dependency on !BR2_PREFER_STATIC_LIB when the Perl module
would not work in a static-only configuration.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-numpy')
0 files changed, 0 insertions, 0 deletions