[tor-bugs] #23846 [Core Tor/Tor]: Use libtool for building shared library

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Apr 5 23:05:26 UTC 2018


#23846: Use libtool for building shared library
-------------------------------------------------+-------------------------
 Reporter:  hellais                              |          Owner:  sbs
     Type:  enhancement                          |         Status:
                                                 |  needs_review
 Priority:  Medium                               |      Milestone:  Tor:
                                                 |  0.3.4.x-final
Component:  Core Tor/Tor                         |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  tor-mobile, s8-api,                  |  Actual Points:
  034-triage-20180328 034-included-20180402 034  |
  -roadmap-subtask                               |
Parent ID:  #25510                               |         Points:
 Reviewer:  nickm                                |        Sponsor:
                                                 |  Sponsor8
-------------------------------------------------+-------------------------

Comment (by isis):

 It's possible to have rust build shared object libraries instead of
 static, see the "crate_type" argument in our `Cargo.toml`s and also
 [https://doc.rust-lang.org/cargo/reference/manifest.html#building-dynamic-
 or-static-libraries this reference page] (we'd just have to add "dylib" to
 the lists, I think). We can even tell it to build both, so desktop systems
 can continue to use static linking and I guess mobile can do dynamic?

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/23846#comment:20>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list