~ubuntu-branches/debian/sid/llvm-toolchain-3.3/sid

« back to all changes in this revision

Viewing changes to lldb/lib/Makefile

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-08-18 16:45:53 UTC
  • Revision ID: package-import@ubuntu.com-20130818164553-67ttcay66vh00eif
Tags: 1:3.3-6
* Fix the FTBFS under hurd and KFreeBSD
* Do not remove all *.o in tests. Some of them are from upstream source
  tarball. Thanks to Maarten Lankhorst for the fix.
* Fix the lintian error 'lldb-3.3: postinst-must-call-ldconfig'
* Add the manpages of clang-format-3.3
* Overrides the manpages warnings
* Also apply unwind-chain-inclusion.diff from the snapshot branch to make sure
  we can build the package locally even if libclang-dev is installed

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
    # Allow unresolved symbols.
151
151
    LLVMLibsOptions += -Wl,--allow-shlib-undefined
152
152
    # Link in python
153
 
    LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt -L/usr/local/lib -lexecinfo
 
153
    LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt
 
154
# -L/usr/local/lib -lexecinfo
154
155
endif