mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
net/hanstunnel is not jobs safe
This port has failed on me multiple times in a multi-job build. This last time in tried to build object files (main.o, tun.o, etc) in the "build" directory before the directory was created.
This commit is contained in:
parent
00c5f40491
commit
895f7d2af6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399423
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ MAKE_ARGS= GCC="${CC}" GPP="${CXX}" \
|
||||||
TUN_DEV_FILE="src/tun_dev_freebsd.c"
|
TUN_DEV_FILE="src/tun_dev_freebsd.c"
|
||||||
PLIST_FILES= bin/hans
|
PLIST_FILES= bin/hans
|
||||||
|
|
||||||
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
# Remove CRs before ask-license to fix formatting in dialog(1)
|
# Remove CRs before ask-license to fix formatting in dialog(1)
|
||||||
post-extract: dos2unix
|
post-extract: dos2unix
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue