All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 8/9] package/exiv2: drop cmake workaround
Date: Mon, 25 Jan 2021 22:48:16 +0100	[thread overview]
Message-ID: <20210125214817.1177142-8-fontaine.fabrice@gmail.com> (raw)
In-Reply-To: <20210125214817.1177142-1-fontaine.fabrice@gmail.com>

Drop workaround for cmake < 3.10 (not needed since commit
d4773b610a40be1d3ac7d793033abaf4eb2491ed)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 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
-- 
2.29.2

  parent reply	other threads:[~2021-01-25 21:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-25 21:48 [Buildroot] [PATCH 1/9] package/uvw: drop cmake workaround Fabrice Fontaine
2021-01-25 21:48 ` [Buildroot] [PATCH 2/9] package/znc: " Fabrice Fontaine
2021-01-25 21:48 ` [Buildroot] [PATCH 3/9] package/i2pd: " Fabrice Fontaine
2021-01-25 21:48 ` [Buildroot] [PATCH 4/9] package/rabbitmq-c: " Fabrice Fontaine
2021-01-25 21:48 ` [Buildroot] [PATCH 5/9] package/xerces: " Fabrice Fontaine
2021-01-25 21:48 ` [Buildroot] [PATCH 6/9] package/poppler: " Fabrice Fontaine
2021-01-25 21:48 ` [Buildroot] [PATCH 7/9] package/paho-mqtt-cpp: " Fabrice Fontaine
2021-01-25 21:48 ` Fabrice Fontaine [this message]
2021-01-25 21:48 ` [Buildroot] [PATCH 9/9] package/librtlsdr: " Fabrice Fontaine
2021-01-26 17:04 ` [Buildroot] [PATCH 1/9] package/uvw: " Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210125214817.1177142-8-fontaine.fabrice@gmail.com \
    --to=fontaine.fabrice@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.