Skip to content

Extract package contents prior to installation

Wayne Lewis requested to merge extract_libs into master

Use the RPM packages that are shipped with the source code module. This change does the following:

  • extracts the contents of the packages
  • uses the extracted location for header files and linker
  • modifies the RUNPATH variable in the libraries to be installed
  • installes the modified libraries to the correct locations

Merge request reports