[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:04:50 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=16bf712

The following commit has been merged in the master branch:
commit 16bf7122c2650ae66bd4b247f87ad2822ed064c6
Author: Daniele Elmo Domenichelli <daniele.domenichelli at gmail.com>
Date:   Wed Aug 4 12:55:23 2010 +0000

    Add -fPIC to ontologies target and remove ontology include directories
    
    svn path=/trunk/playground/network/telepathy-contactlist/; revision=1159120
---
 ontologies/CMakeLists.txt | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/ontologies/CMakeLists.txt b/ontologies/CMakeLists.txt
index 92dcb36..3e0bbe8 100644
--- a/ontologies/CMakeLists.txt
+++ b/ontologies/CMakeLists.txt
@@ -1,7 +1,3 @@
-include_directories (${CMAKE_CURRENT_SOURCE_DIR}
-                     ${CMAKE_CURRENT_BINARY_DIR}
-)
-
 # Build the nie static lib here so the tests can use it too.
 nepomuk_add_ontology_classes (telepathynie_SRCS
                               ONTOLOGIES
@@ -51,3 +47,5 @@ kde4_add_library (ontologies
                   ${telepathy_ontology_SRCS}
 )
 
+set_property(TARGET ontologies PROPERTY COMPILE_FLAGS -fPIC)
+

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list