[Buildroot] [git commit branch/2020.05.x] package/exiv2: really disable samples

Peter Korsgaard peter at korsgaard.com
Tue Jul 21 21:11:37 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=2db7209867d8e04fdffb72fa7813377d8d21336b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.05.x

EXIV2_ENABLE_BUILD_SAMPLES has been renamed into EXIV2_BUILD_SAMPLES
since version 0.27 and
https://github.com/Exiv2/exiv2/commit/60d436c96960fa314e2d12d017440253ce280d51

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 918842133127e1f95a7ba5e8832d81f439c0cff3)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/exiv2/exiv2.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/exiv2/exiv2.mk b/package/exiv2/exiv2.mk
index 5ca16c4747..2b2e534c38 100644
--- a/package/exiv2/exiv2.mk
+++ b/package/exiv2/exiv2.mk
@@ -21,7 +21,7 @@ EXIV2_IGNORE_CVES += CVE-2019-17402
 # 0002-fix_1011_jp2_readmetadata_loop.patch
 EXIV2_IGNORE_CVES += CVE-2019-20421
 
-EXIV2_CONF_OPTS += -DEXIV2_ENABLE_BUILD_SAMPLES=OFF
+EXIV2_CONF_OPTS += -DEXIV2_BUILD_SAMPLES=OFF
 
 # The following CMake variable disables a TRY_RUN call in the -pthread
 # test which is not allowed when cross-compiling.


More information about the buildroot mailing list