this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add openpam submodule, needed for security

+4
+3
.gitmodules
··· 189 189 [submodule "src/external/IOStorageFamily"] 190 190 path = src/external/IOStorageFamily 191 191 url = ../darling-iostoragefamily.git 192 + [submodule "src/external/openpam"] 193 + path = src/external/openpam 194 + url = ../darling-openpam.git
+1
src/CMakeLists.txt
··· 81 81 add_subdirectory(external/cfnetwork) 82 82 add_subdirectory(external/pcre) 83 83 add_subdirectory(external/sqlite) 84 + add_subdirectory(external/openpam) 84 85 add_subdirectory(CFF) 85 86 add_subdirectory(SystemConfiguration) 86 87 add_subdirectory(CoreServices)