diff options
Diffstat (limited to 'dev-util/cmake/files')
-rw-r--r-- | dev-util/cmake/files/cmake-2.0.6-rpath-fix.patch | 11 | ||||
-rw-r--r-- | dev-util/cmake/files/cmake-2.2.0-rpath-fix.patch | 11 | ||||
-rw-r--r-- | dev-util/cmake/files/cmake-2.2.1-rpath-fix.patch | 11 | ||||
-rw-r--r-- | dev-util/cmake/files/digest-cmake-2.0.6-r1 | 1 | ||||
-rw-r--r-- | dev-util/cmake/files/digest-cmake-2.2.0-r1 (renamed from dev-util/cmake/files/digest-cmake-2.2.0) | 0 | ||||
-rw-r--r-- | dev-util/cmake/files/digest-cmake-2.2.1 | 1 |
6 files changed, 35 insertions, 0 deletions
diff --git a/dev-util/cmake/files/cmake-2.0.6-rpath-fix.patch b/dev-util/cmake/files/cmake-2.0.6-rpath-fix.patch new file mode 100644 index 000000000000..9cd3347015c8 --- /dev/null +++ b/dev-util/cmake/files/cmake-2.0.6-rpath-fix.patch @@ -0,0 +1,11 @@ +--- ./cmake-2.0.6/Modules/CMakeSystemSpecificInformation.cmake.orig 2005-09-26 08:05:28.000000000 +1000 ++++ ./cmake-2.0.6/Modules/CMakeSystemSpecificInformation.cmake 2005-09-26 08:05:37.000000000 +1000 +@@ -34,7 +34,7 @@ + ENDIF(CMAKE_COMPILER_IS_GNUCXX) + + +-SET (CMAKE_SKIP_RPATH "NO" CACHE BOOL ++SET (CMAKE_SKIP_RPATH "YES" CACHE BOOL + "If set, runtime paths are not added when using shared libraries.") + MARK_AS_ADVANCED(CMAKE_SKIP_RPATH) + # 2. now include SystemName.cmake file to set the system specific information diff --git a/dev-util/cmake/files/cmake-2.2.0-rpath-fix.patch b/dev-util/cmake/files/cmake-2.2.0-rpath-fix.patch new file mode 100644 index 000000000000..bdf542d8236c --- /dev/null +++ b/dev-util/cmake/files/cmake-2.2.0-rpath-fix.patch @@ -0,0 +1,11 @@ +--- cmake-2.2.0/./Modules/CMakeGenericSystem.cmake.orig 2005-09-26 07:49:25.000000000 +1000 ++++ cmake-2.2.0/./Modules/CMakeGenericSystem.cmake 2005-09-26 07:49:38.000000000 +1000 +@@ -21,7 +21,7 @@ + SET(CMAKE_SHARED_LIBRARY_CXX_FLAGS "-fPIC") # -pic + ENDIF(CMAKE_COMPILER_IS_GNUCXX) + +-SET (CMAKE_SKIP_RPATH "NO" CACHE BOOL ++SET (CMAKE_SKIP_RPATH "YES" CACHE BOOL + "If set, runtime paths are not added when using shared libraries.") + + diff --git a/dev-util/cmake/files/cmake-2.2.1-rpath-fix.patch b/dev-util/cmake/files/cmake-2.2.1-rpath-fix.patch new file mode 100644 index 000000000000..124c90ebb0fa --- /dev/null +++ b/dev-util/cmake/files/cmake-2.2.1-rpath-fix.patch @@ -0,0 +1,11 @@ +--- cmake-2.2.1/Modules/CMakeGenericSystem.cmake.orig 2005-09-26 07:49:25.000000000 +1000 ++++ cmake-2.2.1/Modules/CMakeGenericSystem.cmake 2005-09-26 07:49:38.000000000 +1000 +@@ -21,7 +21,7 @@ + SET(CMAKE_SHARED_LIBRARY_CXX_FLAGS "-fPIC") # -pic + ENDIF(CMAKE_COMPILER_IS_GNUCXX) + +-SET (CMAKE_SKIP_RPATH "NO" CACHE BOOL ++SET (CMAKE_SKIP_RPATH "YES" CACHE BOOL + "If set, runtime paths are not added when using shared libraries.") + + diff --git a/dev-util/cmake/files/digest-cmake-2.0.6-r1 b/dev-util/cmake/files/digest-cmake-2.0.6-r1 new file mode 100644 index 000000000000..d1fad6b577a3 --- /dev/null +++ b/dev-util/cmake/files/digest-cmake-2.0.6-r1 @@ -0,0 +1 @@ +MD5 840ea86d7f1a56b469052c9cabbeac54 cmake-2.0.6.tar.gz 1632052 diff --git a/dev-util/cmake/files/digest-cmake-2.2.0 b/dev-util/cmake/files/digest-cmake-2.2.0-r1 index 2c598021d5e7..2c598021d5e7 100644 --- a/dev-util/cmake/files/digest-cmake-2.2.0 +++ b/dev-util/cmake/files/digest-cmake-2.2.0-r1 diff --git a/dev-util/cmake/files/digest-cmake-2.2.1 b/dev-util/cmake/files/digest-cmake-2.2.1 new file mode 100644 index 000000000000..5360cdfe6f40 --- /dev/null +++ b/dev-util/cmake/files/digest-cmake-2.2.1 @@ -0,0 +1 @@ +MD5 0b8ea4304901a2c4374fb0d1c313834a cmake-2.2.1.tar.gz 2420253 |