Date: Thu, 03 Dec 2015 10:28:46 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201397] databases/sqlcipher: Added USE_OPENSSL, forced it to link with OpenSSL from port, fixed stripping Message-ID: <bug-201397-13-SY1sv7uI88@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-201397-13@https.bugs.freebsd.org/bugzilla/> References: <bug-201397-13@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=201397 Dmitry Marakasov <amdmi3@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Assignee|freebsd-ports-bugs@FreeBSD. |amdmi3@FreeBSD.org |org | --- Comment #6 from Dmitry Marakasov <amdmi3@FreeBSD.org> --- This doesn't look correct. With LDFLAGS+=-L${LOCALBASE}/lib it will pick openssl from ports if it's installed, otherwise it'll pick openssl from base system, so if ports openssl is installed, dependency list would still be incorrect. LDFLAGS should just be removed. -- 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-201397-13-SY1sv7uI88>