[DEBUG] buildroot specific link

This commit is contained in:
Edouard DUPIN 2018-04-05 21:38:00 +02:00
parent a38de12343
commit ada553cf8d

View File

@ -797,6 +797,10 @@ def configure(target, my_module):
my_module.add_flag('c', [
'-m64',
])
if "buildroot" in target.get_type():
my_module.add_flag('link-dynamic', [
'-ldl',
])
my_module.add_flag('c', [
'-DOPENSSL_NO_ASM',
],