[Buildroot] [git commit] package/exiv2: drop cmake workaround
From: Yann E. MORIN <hidden>
Date: 2021-01-26 16:35:08
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Yann E. MORIN <hidden>
Date: 2021-01-26 16:35:08
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=128e5e61c7dae04f99284508dc7885bcfba6bcdf branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Drop workaround for cmake < 3.10 (not needed since commit d4773b610a40be1d3ac7d793033abaf4eb2491ed) Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Yann E. MORIN <redacted> --- package/exiv2/exiv2.mk | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/package/exiv2/exiv2.mk b/package/exiv2/exiv2.mk
index a898159a70..3d4cf41731 100644
--- a/package/exiv2/exiv2.mk
+++ b/package/exiv2/exiv2.mk@@ -13,10 +13,6 @@ EXIV2_CPE_ID_VENDOR = exiv2 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. -EXIV2_CONF_OPTS += -DTHREADS_PTHREAD_ARG=OFF - ifeq ($(BR2_PACKAGE_EXIV2_LENSDATA),y) EXIV2_CONF_OPTS += -DEXIV2_ENABLE_LENSDATA=ON else