mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -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
(cherry picked from commit 01a5af6a98fc3935b57a5b0616521f46e916caec)
This commit is contained in:
parent
dd72aa6be4
commit
915d84fbba
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,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