All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/9] package/uvw: drop cmake workaround
@ 2021-01-25 21:48 Fabrice Fontaine
  2021-01-25 21:48 ` [Buildroot] [PATCH 2/9] package/znc: " Fabrice Fontaine
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Fabrice Fontaine @ 2021-01-25 21:48 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/uvw/uvw.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/uvw/uvw.mk b/package/uvw/uvw.mk
index 39952caa11..f152d9f1cf 100644
--- a/package/uvw/uvw.mk
+++ b/package/uvw/uvw.mk
@@ -13,8 +13,4 @@ UVW_DEPENDENCIES = libuv
 UVW_LICENSE = MIT
 UVW_LICENSE_FILES = LICENSE
 
-# The following CMake variable disables a TRY_RUN call in the -pthread
-# test which is not allowed when cross-compiling (for cmake < 3.10)
-UVW_CONF_OPTS = -DTHREADS_PTHREAD_ARG=OFF
-
 $(eval $(cmake-package))
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-01-26 17:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [Buildroot] [PATCH 8/9] package/exiv2: " Fabrice Fontaine
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

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.