summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2014-04-13 09:44:16 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-14 22:47:06 +0200
commitfd212ffebb25516fe9a1db7a3dae0c8e895089d8 (patch)
tree4726545575c410eaa79e05172c6c3b27af7db6b7
parente48ef3f5227709b768247671197b0aea29b48ea9 (diff)
downloadbuildroot-fd212ffebb25516fe9a1db7a3dae0c8e895089d8.tar.gz
buildroot-fd212ffebb25516fe9a1db7a3dae0c8e895089d8.zip
fswebcam: disable static build
fswebcam doesn't play nicely with static build as it doesn't track its indirect dependencies in link time. Fixing this requires tracking all indirect optional dependencies, which is tedious and error prone. Just disable static build. This build failure didn't show on the autobuilder for some reason. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/fswebcam/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/fswebcam/Config.in b/package/fswebcam/Config.in
index a894d3b8ac..03ab38f9f1 100644
--- a/package/fswebcam/Config.in
+++ b/package/fswebcam/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_FSWEBCAM
bool "fswebcam"
depends on BR2_USE_MMU # fork()
+ depends on !BR2_PREFER_STATIC_LIB
select BR2_PACKAGE_GD
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_JPEG
@@ -15,3 +16,7 @@ config BR2_PACKAGE_FSWEBCAM
scp.
http://www.firestorm.cx/fswebcam/
+
+comment "fswebcam needs a toolchain w/ dynamic library"
+ depends on BR2_USE_MMU
+ depends on BR2_PREFER_STATIC_LIB
OpenPOWER on IntegriCloud