Magellan Linux

Diff of /trunk/slim/patches/slim-1.3.6-only-build-slimlock-with-pam.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2355 by niro, Thu Dec 19 08:59:44 2013 UTC revision 2356 by niro, Thu Dec 19 09:02:44 2013 UTC
# Line 1  Line 1 
1  diff -Naur slim-1.3.6/CMakeLists.txt slim-1.3.6-no-pam/CMakeLists.txt  diff -Naur slim-1.3.6/CMakeLists.txt slim-1.3.6-no-pam/CMakeLists.txt
2  --- slim-1.3.6/CMakeLists.txt 2013-10-01 22:38:05.000000000 +0000  --- slim-1.3.6/CMakeLists.txt 2013-10-01 22:38:05.000000000 +0000
3  +++ slim-1.3.6-no-pam/CMakeLists.txt 2013-12-19 11:56:27.959000000 +0000  +++ slim-1.3.6-no-pam/CMakeLists.txt 2013-12-19 12:00:34.033000000 +0000
4  @@ -221,7 +221,11 @@  @@ -221,7 +221,11 @@
5   ####### install   ####### install
6   # slim   # slim
# Line 10  diff -Naur slim-1.3.6/CMakeLists.txt sli Line 10  diff -Naur slim-1.3.6/CMakeLists.txt sli
10  + install(TARGETS slimlock RUNTIME DESTINATION bin)  + install(TARGETS slimlock RUNTIME DESTINATION bin)
11  +else()  +else()
12  + install(TARGETS RUNTIME DESTINATION bin)  + install(TARGETS RUNTIME DESTINATION bin)
13  +endif(BUILD_SLIMLOCK  +endif(BUILD_SLIMLOCK)
14    
15   if (BUILD_SHARED_LIBS)   if (BUILD_SHARED_LIBS)
16   set_target_properties(libslim PROPERTIES   set_target_properties(libslim PROPERTIES

Legend:
Removed from v.2355  
changed lines
  Added in v.2356