diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-02-12 19:35:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-02-12 19:35:23 +0000 |
commit | e9a52231afe3c69f848a82ff9dd34d5d275aaa72 (patch) | |
tree | 3daefbc2eaeeef915e10f285d58e74f3d5a147fd /net | |
parent | 1705a0afcb04a3eb4f21ef06ec799e7c293803e0 (diff) | |
download | ports-e9a52231afe3c69f848a82ff9dd34d5d275aaa72.tar.gz ports-e9a52231afe3c69f848a82ff9dd34d5d275aaa72.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/libstorj/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/libstorj/Makefile b/net/libstorj/Makefile index b5ee163a1827..92d057f9ee9e 100644 --- a/net/libstorj/Makefile +++ b/net/libstorj/Makefile @@ -32,6 +32,7 @@ GH_ACCOUNT= Storj GNU_CONFIGURE= yes USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes # ./storjtests.h:10:10: fatal error: 'mockbridgeinfo.json.h' file not found #CFLAGS+= -I. -I${LOCALBASE}/include #LDFLAGS+= -L. -L${LOCALBASE}/lib |