diff options
| author | Jonathan Bauer | 2013-08-06 15:37:16 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-08-06 15:37:16 +0200 |
| commit | 10f36c2caada79078924a28956043a926d009c82 (patch) | |
| tree | 01b7a700fc1b8acd62338363b2a6e5488b390098 /remote/setup_target | |
| parent | [clone_stage4] fix path to logging.inc (diff) | |
| parent | [systemd] .build: Experimental: Special cases for Scientific Linux: (diff) | |
| download | tm-scripts-10f36c2caada79078924a28956043a926d009c82.tar.gz tm-scripts-10f36c2caada79078924a28956043a926d009c82.tar.xz tm-scripts-10f36c2caada79078924a28956043a926d009c82.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/setup_target')
| -rwxr-xr-x | remote/setup_target | 5 |
1 files changed, 5 insertions, 0 deletions
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" |
