changes
authorMichael Andres <ma@suse.de>
Wed, 17 Dec 2008 13:14:04 +0000 (13:14 +0000)
committerMichael Andres <ma@suse.de>
Wed, 17 Dec 2008 13:14:04 +0000 (13:14 +0000)
CMakeLists.txt
package/libzypp-bindings.changes

index 98649f7..488537a 100644 (file)
@@ -5,7 +5,7 @@
 
 cmake_minimum_required(VERSION 2.6)
 
-SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-strict-aliasing")
+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -fno-strict-aliasing")
 
 #
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
index e251c05..ba7951d 100644 (file)
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Dec 17 14:11:42 CET 2008 - ma@suse.de
+
+- Compile with -fPIC
+- revision 11945
+
+-------------------------------------------------------------------
 Tue Nov 11 15:21:28 CET 2008 - ma@suse.de
 
 - Ignore Pathname operator<.