summaryrefslogtreecommitdiffstats
path: root/lldb/lib
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-04-05 06:20:13 +0000
committerBill Wendling <isanbard@gmail.com>2012-04-05 06:20:13 +0000
commitde59fb02b90f86325be6e04de56d4a10bfeb4ec2 (patch)
tree948572c52d0dd5a590580994687233e51a8da2e9 /lldb/lib
parent34ac1cf3cdc49e122ec2a3a5769057f54c4e66c7 (diff)
downloadbcm5719-llvm-de59fb02b90f86325be6e04de56d4a10bfeb4ec2.tar.gz
bcm5719-llvm-de59fb02b90f86325be6e04de56d4a10bfeb4ec2.zip
Add Security framework to the list of frameworks needed for linking.
llvm-svn: 154085
Diffstat (limited to 'lldb/lib')
-rw-r--r--lldb/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile
index 1cb911d1304..b7f002f4671 100644
--- a/lldb/lib/Makefile
+++ b/lldb/lib/Makefile
@@ -111,7 +111,7 @@ ifeq ($(HOST_OS),Darwin)
# 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
OpenPOWER on IntegriCloud