Menu

#75 libcurl is required when not needed

closed
brummer
None
v1.0_(example)
1
2019-05-29
2019-05-25
Giulio Moro
No

For instance,

./waf configure --no-lv2-gui --no-standalone

will still require libcurl and fail at ./waf configure time, if it is not installed. However, simply commenting out the line

conf.check_cfg(package='libcurl', atleast_version='7.26.0', args='--cflags --libs', uselib_store='CURL', mandatory=1)

from wscript will get through the ./waf configure and the ./waf build stage with no issues. So, I conclude, libcurl should be conditional to the lack of one (or both) the options I pass above to ./waf configure

Discussion

  • brummer

    brummer - 2019-05-28

    Hi

    Thanks for the report, I'll correct that.

     
  • brummer

    brummer - 2019-05-28
    • assigned_to: brummer
     
  • brummer

    brummer - 2019-05-29
    • status: open --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB