Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ioc: install user-specified build and runtime tarball packages.
This makes it possible to install software not packaged in the distribution repositories, such as closed-source local packages. Packages can be installed during the build-stage, since the IOC might require a given library also at compile time. `ldconfig` is executed at the end to refresh the dynamic linker library resolution cache, which is required to identify new libraries installed with lnls-get-n-unpack. `ldconfig` is not required for the build stage, as dynamic link will take place only during the binary runtime.
- Loading branch information