[Bug 237956] net-mgmt/xymon-server: fix build with GCC-based architectures

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 17 21:02:45 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237956

            Bug ID: 237956
           Summary: net-mgmt/xymon-server: fix build with GCC-based
                    architectures
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: feld at FreeBSD.org
          Reporter: pkubaj at FreeBSD.org
             Flags: maintainer-feedback?(feld at FreeBSD.org)
          Assignee: feld at FreeBSD.org

Created attachment 204432
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=204432&action=edit
patch

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list