K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-12-04T12:41:24.849014Z K 7 svn:log V 403 devel/uatraits: fix build with GCC-based architectures To link with boost, new GCC is needed on GCC architectures. Add -L${OPENSSLLIB} only when OPENSSLLIB is not /usr/lib. Adding -L/usr/lib when using ports GCC makes GCC prefer /usr/lib/libstdc++.so instead of its own libstdc++, which makes the build fail. PR: 239626 Approved by: mentors (implicit approval), daemon (maintainer, earlier version) END