Try to adhere to packaging guidelines despite factory team poitning to the wrong document for their rejection reason. + Added 0001-Remove-backward-compatibility-option-for-newer-cmake.patch + Added 0002-Update-FSF-address.patch (forwarded request 225688 from jmcdough) OBS-URL: https://build.opensuse.org/request/show/225689 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam_csync?expand=0&rev=17
26 lines
675 B
Diff
26 lines
675 B
Diff
From 21dfcf6343cec2feb0e4ebd8b9e22a3aa39e5d9d Mon Sep 17 00:00:00 2001
|
|
From: Jim McDonough <jmcd@samba.org>
|
|
Date: Mon, 10 Mar 2014 10:16:28 -0400
|
|
Subject: [PATCH 1/2] Remove backward compatibility option for newer cmake
|
|
builds to work.
|
|
|
|
---
|
|
src/CMakeLists.txt | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
|
index 6732a3f..40225e4 100644
|
|
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -41,7 +41,6 @@ include_directories(
|
|
${PAM_CSYNC_PRIVATE_INCLUDE_DIRS}
|
|
)
|
|
|
|
-set(CMAKE_BACKWARDS_COMPATIBILITY "2.2")
|
|
macro_add_plugin(${PAM_CSYNC_LIBRARY} ${pam_SRCS})
|
|
|
|
target_link_libraries(${PAM_CSYNC_LINK_LIBRARIES})
|
|
--
|
|
1.8.4.5
|
|
|