Date: Thu, 17 Jun 2021 10:28:43 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 88df37f39646 - main - devel/libmsocket: fix build on armv7 Message-ID: <202106171028.15HAShpL050522@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=88df37f396463afa6c74a0e4eac9b55d231808f1 commit 88df37f396463afa6c74a0e4eac9b55d231808f1 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-17 10:28:05 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-06-17 10:28:05 +0000 devel/libmsocket: fix build on armv7 --- devel/libmsocket/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/libmsocket/Makefile b/devel/libmsocket/Makefile index b3d650544610..e4bcb3d9f9d7 100644 --- a/devel/libmsocket/Makefile +++ b/devel/libmsocket/Makefile @@ -29,6 +29,7 @@ PLIST_FILES= lib/libmsocket.so \ CFLAGS_aarch64=-fPIC -DPIC CFLAGS_amd64= -fPIC -DPIC +CFLAGS_armv7= -fPIC -DPIC CFLAGS_i386= -fPIC -DPIC CFLAGS_powerpc= -fPIC -DPIC CFLAGS_powerpc64= -fPIC -DPIC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106171028.15HAShpL050522>