K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-06-15T12:59:24.267776Z K 7 svn:log V 324 net-mgmt/xymon-server: fix build with GCC-based architectures Adding -L/usr/lib when using gcc8 (used on GCC architectures) makes gcc8 link to base libstdc++ which breaks build. Fix this by adding -L${OPENSSLBASE} only when using non-base SSL. PR: 237956 Approved by: feld (maintainer timeout), linimon (mentor, on IRC) END