From: Michael Schroeder Date: Tue, 21 Jan 2020 13:18:33 +0000 (+0100) Subject: solvversion.h: add missing LIBSOLVEXT_FEATURE_ZCHUNK_COMPRESSION X-Git-Tag: 0.7.11~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e349d05578f243a6bfc304fd247ff2d8fbc19260;p=thirdparty%2Flibsolv.git solvversion.h: add missing LIBSOLVEXT_FEATURE_ZCHUNK_COMPRESSION Should have been in commit 75d03059cdaf7770d2217fafaba6af732cd860ba --- diff --git a/src/solvversion.h.in b/src/solvversion.h.in index 11e4aa35..43b566a1 100644 --- a/src/solvversion.h.in +++ b/src/solvversion.h.in @@ -45,6 +45,7 @@ extern int solv_version_patch; #cmakedefine LIBSOLVEXT_FEATURE_LZMA_COMPRESSION #cmakedefine LIBSOLVEXT_FEATURE_BZIP2_COMPRESSION #cmakedefine LIBSOLVEXT_FEATURE_ZSTD_COMPRESSION +#cmakedefine LIBSOLVEXT_FEATURE_ZCHUNK_COMPRESSION /* see tools/common_write.c for toolversion history */ #define LIBSOLV_TOOLVERSION "1.1"