disable-execinfo-usage
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 25 Apr 2017 17:46:34 +0000 (17:46 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 25 Apr 2017 17:46:34 +0000 (17:46 +0000)
===================================================================

Gbp-Pq: Name disable-execinfo-usage.diff

lldb/lib/Makefile

index e2388e05833e2d97b99742ba2cf137d54c804a2c..ff10216b33960e2c9f51de09799ecb56e393a215 100644 (file)
@@ -201,7 +201,7 @@ ifeq ($(HOST_OS),FreeBSD)
     # Allow unresolved symbols.
     LLVMLibsOptions += -Wl,--allow-shlib-undefined
     # Link in python
-    LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt -L/usr/local/lib -lexecinfo \
+    LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt \
                        -ledit -lncurses -lpanel -lpthread
 endif