From 54453eb2ae17e67b6abcf92747890d8a256da413 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Fri, 2 Aug 2013 17:57:08 +0200 Subject: [setup_target] Commented hint for "dbus/dbus-arch-deps.h is missing to funct. post_process_target. (Needed by module dbus: post_process_target: Replacing libck-connector with dummy) --- remote/setup_target | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'remote/setup_target') diff --git a/remote/setup_target b/remote/setup_target index 2115d18e..f0722055 100755 --- a/remote/setup_target +++ b/remote/setup_target @@ -375,6 +375,11 @@ post_process_target() { fi # replace ck connector with fake one + # CAVE: On Scientific Lunux (6.4) and perhaps others: + # If include dbus/dbus-arch-deps.h is missing (file not found) either set a symb. link: + # /usr/include/dbus-1.0/dbus/dbus-arch-deps.h -> /usr/lib(64)/dbus-1.0/include/dbus/dbus-arch-deps.h + # or execute "pkg-config dbus-1 --cflags". + local CK_LIBS=$(find "$TARGET_BUILD_DIR" -name "libck-connector.so*") if [ -n "$CK_LIBS" ]; then pinfo "Replacing libck-connector with dummy" -- cgit v1.2.3-55-g7522