mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
zstream: avoid absolute symlink
PR: 282192
Reported by: wosch
Fixes: 44877c8db0
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D47226
This commit is contained in:
parent
9d585fc395
commit
01a5af6a98
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ SRCS= \
|
|||
zstream_redup.c \
|
||||
zstream_token.c
|
||||
|
||||
SYMLINKS= ${BINDIR}/zstream ${BINDIR}/zstreamdump
|
||||
SYMLINKS= zstream ${BINDIR}/zstreamdump
|
||||
|
||||
WARNS?= 2
|
||||
CFLAGS+= \
|
||||
|
|
|
|||
Loading…
Reference in a new issue