mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-21 07:15:49 +00: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
@ -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 New Issue
Block a user