[Buildroot] [PATCH 1/1] package/directfb: Disable dynload when BR2_PREFER_STATIC_LIB is enabled

Bernd Kuhls bernd.kuhls at t-online.de
Wed May 14 19:11:56 UTC 2014


fixes http://autobuild.buildroot.net/results/a74/a74b97053d7cad4fcce59f658a4b7b4340284b80/

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/directfb/directfb.mk |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk
index 1d83a0b..3ae7f3e 100644
--- a/package/directfb/directfb.mk
+++ b/package/directfb/directfb.mk
@@ -26,6 +26,11 @@ DIRECTFB_CONF_OPT = \
 	--disable-video4linux \
 	--disable-video4linux2 \
 	--without-tools
+
+ifeq ($(BR2_PREFER_STATIC_LIB),y)
+DIRECTFB_CONF_OPT += --disable-dynload
+endif
+
 DIRECTFB_CONFIG_SCRIPTS = directfb-config
 
 DIRECTFB_DEPENDENCIES = freetype zlib
-- 
1.7.10.4



More information about the buildroot mailing list