- 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:
parent
de50ea4611
commit
bcfcc385cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154027
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue