From: Fabrice Fontaine Date: Mon, 25 Jan 2021 21:48:16 +0000 (+0100) Subject: package/exiv2: drop cmake workaround X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=128e5e61c7dae04f99284508dc7885bcfba6bcdf;p=buildroot.git package/exiv2: drop cmake workaround Drop workaround for cmake < 3.10 (not needed since commit d4773b610a40be1d3ac7d793033abaf4eb2491ed) Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- 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