ensure that -ldl follows -lopenflow

This commit is contained in:
Gustavo J. A. M. Carneiro
2012-09-23 21:32:12 -07:00
parent fabf000cf1
commit d737fc864a

View File

@@ -112,6 +112,7 @@ int main()
conf.env['OPENFLOW'] = conf.check_nonfatal(fragment=test_code, lib='openflow',
libpath=conf.env['LIBPATH_OPENFLOW'],
use='OPENFLOW DL XML2')
conf.env.append_value('LIB_OPENFLOW', 'dl')
conf.report_optional_feature("openflow", "NS-3 OpenFlow Integration",
conf.env['OPENFLOW'], "openflow library not found")
if conf.env['OPENFLOW']: