libarchive: Fix typo in sed command

MFC after:	1 week
Fixes:		eb3a0a74a0 ("libarchive: Clean up the build configuration")
Reported by:	Shawn Webb <shawn.webb@hardenedbsd.org>
This commit is contained in:
Dag-Erling Smørgrav
2026-06-05 00:35:50 +02:00
parent ea4886f282
commit ba0d22eacd
+1 -1
View File
@@ -5,7 +5,7 @@
_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive
LIBARCHIVE_VERSION_ONLY_STRING!= \
sed -n '/define.*ARCHIVE_VERSION_ONLY_STRING/{s,[^0-9.],,gp;q;}' \
${LIBARCHIVEDIR}/libarchive/archive.h
${_LIBARCHIVEDIR}/libarchive/archive.h
LIBADD+= z bz2 lzma bsdxml zstd
CFLAGS+= -DPLATFORM_CONFIG_H=\"config_freebsd.h\"