SuperNEMO-DBD / homebrew-cadfael

Instructions on using/installing the SuperNEMO Software are now at: https://github.com/SuperNEMO-DBD/brew
MIT License
2 stars 1 forks source link

qt5-base: Don't use new-ish kernels #70

Closed drbenmorgan closed 5 years ago

drbenmorgan commented 5 years ago

Running an ubuntu 18 container on a CentOS 7 system warned about libQt5Core.so not being found. Binaries were checked for correct RUNPATHs and found to be o.k. Other Qt libraries were found and loaded without issue. Probable cause found to be Qt encoding kernel ABI into library (and thus container shared kernel not supporting this) per report here:

https://github.com/NixOS/nixpkgs/pull/40577

Use same set of arguments in that patch to build binaries with compatibility for older kernels.