Feature #1535

Allow hard-wired foreign library paths

Added by J. Moringen almost 11 years ago. Updated almost 11 years ago.

Status:ResolvedStart date:06/07/2013
Priority:NormalDue date:
Assignee:J. Moringen% Done:

100%

Category:Common Lisp Tools
Target version:rsb-0.9

Description

This is necessary for enabling installations without LD_LIBRARY_PATH hacks in some cases.

Associated revisions

Revision f363b72f
Added by J. Moringen almost 11 years ago

Added re-dumping, hard-wired foreign libraries in main/main.lisp

fixes #1535

  • main/main.lisp (header): updated copyright
    (main): accept "redump" commandline option
    (make-static): new function; configure reloading of libraries from
    previous locations
    (make-dynamic): new function; configure reloading of libraries from
    new locations
  • main/dump.lisp (toplevel): call make-dynamic
  • cpack/DebianUbuntu.cmake: decompress and "staticallize" binary in
    postinst hook
  • main/package.lisp (header): updated copyright
    (package rsb.tools.main): added exported symbols make-static and
    make-dynamic

Revision f7a3379d
Added by J. Moringen almost 11 years ago

Disable make-{static,dynamic} on Windows in main/main.lisp

refs #1535

  • main/main.lisp (make-static): do nothing on Windows
    (make-dynamic): likewise

History

#1 Updated by J. Moringen almost 11 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100

Applied in changeset rsb-tools-cl|commit:f363b72f4d3bedd5f6781dbeec7a36aeb528f779.

Also available in: Atom PDF