[Bug 158335] CMake rules for finding smbc_set_context don't work when samba is in a non-standard place
Christopher Neufeld
kdebugs at cneufeld.ca
Sun Feb 24 17:03:51 CET 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=158335
------- Additional Comments From kdebugs cneufeld ca 2008-02-24 17:03 -------
Well, once kdebase knows it can use samba in a non-standard location, it needs a bit of CMake-related fixing also. I'm going to do a complete rebuild to look for more problems. For now, this appears to fix kdebase (but this is not from a clean rebuild):
Index: runtime/kioslave/smb/CMakeLists.txt
===================================================================
--- runtime/kioslave/smb/CMakeLists.txt (revision 778767)
+++ runtime/kioslave/smb/CMakeLists.txt (working copy)
@ -8,6 +8,7 @
kio_smb_internal.cpp
kio_smb_mount.cpp )
+include_directories(${SAMBA_INCLUDE_DIR})
kde4_add_plugin(kio_smb ${kio_smb_PART_SRCS})
More information about the Kdelibs-bugs
mailing list