git: 88df37f39646 - main - devel/libmsocket: fix build on armv7

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jun 17 10:28:44 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=88df37f396463afa6c74a0e4eac9b55d231808f1

commit 88df37f396463afa6c74a0e4eac9b55d231808f1
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-17 10:28:05 +0000
Commit:     Piotr Kubaj <pkubaj at 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


More information about the dev-commits-ports-main mailing list