Fix build for amd64 and ia64.
Notified by: pointyhat via kris
This commit is contained in:
parent
7fe3fa8eff
commit
de5eb417ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159863
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ MAKE_ARGS+= INSTALL_PREFIX=${PREFIX}
|
|||
IGNORE= needs ieee80211.h headers
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_MULTI_IF)
|
||||
pre-everything::
|
||||
@${ECHO_MSG} ""
|
||||
|
|
Loading…
Reference in a new issue