Skip to content

RPM building and a fix of linker path script

Piotr Nikiel requested to merge OPCUA-789_RPM into master

This enables two things:

  1. Removes "link_directories" statement from build config. It turned out to be the reason why we seen "boost" not be linked linked properly, in some configurations.

  2. Configures RPM builder script. It works though the remaining problem is how to provide TBB and netio, under discussion currently.

Merge request reports