Add Security framework to the list of frameworks needed for linking.

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@154085 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Makefile b/lib/Makefile
index 1cb911d..b7f002f 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -111,7 +111,7 @@
     # extra options to override libtool defaults 
 	LLVMLibsOptions += -F/System/Library/Frameworks -F/System/Library/PrivateFrameworks
 	LLVMLibsOptions += -framework Foundation -framework CoreFoundation
-	LLVMLibsOptions += -framework CoreServices -framework Carbon
+	LLVMLibsOptions += -framework CoreServices -framework Carbon -framework Security
 	LLVMLibsOptions += -framework DebugSymbols $(PYTHON_BUILD_FLAGS) -lobjc
 	LLVMLibsOptions += -Wl,-exported_symbols_list -Wl,"$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/resources/lldb-framework-exports" 
     # Mac OS X 10.4 and earlier tools do not allow a second -install_name on command line