1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

devel/libmsocket: enable PIC on i386, for lld

Shared objects should be built as PIC, and lld enforces this by default.
Add an i386 case to the existing set of per-arch CFLAGS, and remove the
CFLAGS_iad64 typo case.

Approved by:	portmgr (lld blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2018-09-18 18:57:19 +00:00
parent 7e10e181e3
commit 12731f4d3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480068

View File

@ -31,7 +31,7 @@ PLIST_FILES= lib/libmsocket.so \
CFLAGS_aarch64+=-fPIC -DPIC
CFLAGS_amd64+= -fPIC -DPIC
CFLAGS_iad64+= -fPIC -DPIC
CFLAGS_i386+= -fPIC -DPIC
DEBUG_CONFIGURE_ON= --enable-debug