Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Dec 2017 07:38:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 224381] net/uhttpmock does not link ssl correctly
Message-ID:  <bug-224381-6497-PKGfGkVySo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224381-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224381-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224381

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

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

since it links SSL libraries, it should get the USES+=3D ssl added in any c=
ase.
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 hea=
ders
and shlibs first.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224381-6497-PKGfGkVySo>