Date: Fri, 29 Aug 2014 22:24:55 +0200 From: Tijl Coosemans <tijl@FreeBSD.org> To: Bryan Drewery <bdrewery@FreeBSD.org> Cc: svn-ports-head@freebsd.org, Olivier Duchateau <olivierd@FreeBSD.org>, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r366560 - head/archivers/squeeze Message-ID: <20140829222455.3cf9321f@kalimero.tijl.coosemans.org> In-Reply-To: <5400DBA7.2020702@FreeBSD.org> References: <201408291949.s7TJnXHL039657@svn.freebsd.org> <5400DBA7.2020702@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 29 Aug 2014 14:59:35 -0500 Bryan Drewery <bdrewery@FreeBSD.org> wrote: > Please slow down with SSP_UNSAFE. These should probably be reverted. > > SSP_UNSAFE is not the fix. > > SSP_UNSAFE is for runtime issues or obviously wrong things such as > kernel modules. It was also very much a temporary solution with the goal > of removing it from broken ports. The idea is not to add more. > > The proper fix is fixing LD/LDFLAGS/CFLAGS. > > squeeze: > > /usr/bin/ld: .libs/libsqueeze_0_2_la-internals.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC > > So try with -fPIC. Try fixing this first: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193120
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140829222455.3cf9321f>