From: Ferry Huberts <[email protected]> These are some quick and dirty patches I need to be able to build on Fedora 17 x86_64.
Disclaimer: I know almost nothing about cmake. Note: the website instructions on building is missing the dependency on openslp Ferry Huberts (3): add build directory and instructions add -fPIC to remote services do not statically link system libraries .gitignore | 4 +--- BUILDING | 6 ++++++ build/.gitignore | 2 ++ remote_services/CMakeLists.txt | 12 ++++++++++++ remote_services/discovery/CMakeLists.txt | 2 +- remote_services/example_endpoint/CMakeLists.txt | 2 +- remote_services/example_proxy/CMakeLists.txt | 2 +- remote_services/remote_service_admin/CMakeLists.txt | 2 +- 8 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 BUILDING create mode 100644 build/.gitignore -- 1.7.10.2
