Date: Fri, 08 Aug 2014 10:44:23 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192501] security/libtomcrypt - add fpic flag Message-ID: <bug-192501-13-948g13aZyr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-192501-13@https.bugs.freebsd.org/bugzilla/> References: <bug-192501-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=192501 Tijl Coosemans <tijl@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tijl@FreeBSD.org --- Comment #4 from Tijl Coosemans <tijl@FreeBSD.org> --- Please don't add -fPIC like that. It'll cause static libraries and executables to be build with as well and that's wrong. Problems with -fPIC are almost always because a configure test fails, so please search config.log for -fPIC and see if there are any problems there. -- 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-192501-13-948g13aZyr>