[Bug 224381] net/uhttpmock does not link ssl correctly

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 21 07:38:20 UTC 2017


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

--- Comment #5 from Bernard Spil <brnrd at freebsd.org> ---
This may just work when you add the following to the Makefile (untested)

> USES+= ssl
> CFLAGS= -I${OPENSSLINC}
> LDFLAGS= -L${OPENSSLLIB}

since it links SSL libraries, it should get the USES+= ssl added in any case.
these changes should put the include and linker directories for /usr/local at
the beginning of the commands which should force it to find the correct headers
and shlibs first.

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


More information about the freebsd-gnome mailing list