- add -fpic based on PR 38678 to solve 'gprel relocation against dynamic symbol' problem

(if it still doesnt work, I'll mark it BROKEN next time)

Noticed by:	kris
This commit is contained in:
Yen-Ming Lee 2006-01-21 01:28:49 +00:00
parent de50ea4611
commit bcfcc385cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154027

View file

@ -39,7 +39,7 @@ MAN3= Text::BibTeX.3 \
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+= -fPIC
CFLAGS+= -fPIC -fpic
.endif
.include <bsd.port.post.mk>