sysutils/rshim-user-space: fix build on GCC architectures

rshim.c: In function 'rshim_work_signal':
rshim.c:250: internal compiler error: Segmentation fault
This commit is contained in:
Piotr Kubaj 2020-11-16 16:19:23 +00:00
parent 4f824bfbfa
commit 42e0f85efb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555494

View File

@ -16,7 +16,7 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
libpci.so:devel/libpci \
libpciaccess.so:devel/libpciaccess
USES= autoreconf localbase gmake pkgconfig tar:bzip2
USES= autoreconf compiler:c11 localbase gmake pkgconfig tar:bzip2
USE_GITHUB= yes
GH_ACCOUNT= Mellanox