summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-06-04 10:27:14 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-05 11:51:56 +0200
commit04f08a43dd14250fa61837c75ccb0adb54fa5a7c (patch)
treefccb5e324a9dd3e0281f22e4459a34416776ce80
parent1fe1698d6e77cf451cb082b836138fdb648cdc44 (diff)
downloadbuildroot-04f08a43dd14250fa61837c75ccb0adb54fa5a7c.tar.gz
buildroot-04f08a43dd14250fa61837c75ccb0adb54fa5a7c.zip
package/exiv2: fix pthread detection
This commit fixes an error during configure: -- Check if compiler accepts -pthread CMake Error: TRY_RUN() invoked in cross-compiling mode, please set the following cache variables appropriately: THREADS_PTHREAD_ARG (advanced) Patch ported from librtlsdr: https://git.busybox.net/buildroot/commit/?id=4c6eace6f756d15ae9639a503c9245d1e7fb12a9 Fixes http://autobuild.buildroot.net/results/0f9/0f985993a0c0076f027cfe25bb13d6b85c644c0d/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/exiv2/exiv2.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/exiv2/exiv2.mk b/package/exiv2/exiv2.mk
index f56e861222..bdd40f7f4f 100644
--- a/package/exiv2/exiv2.mk
+++ b/package/exiv2/exiv2.mk
@@ -11,6 +11,10 @@ EXIV2_INSTALL_STAGING = YES
EXIV2_CONF_OPTS += -DEXIV2_ENABLE_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),)
EXIV2_CONF_OPTS += -DEXIV2_ENABLE_LENSDATA=OFF
endif
OpenPOWER on IntegriCloud