Opened 17 years ago
Closed 17 years ago
#72 closed task (fixed)
Create static svndigest binary
Reported by: | Jari Häkkinen | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | 0.5 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
Implement the possiblilty to create static svndigest binary. It does not have to be 100% static but at least svndigest, svn, and apr stuff should be static.
Change History (2)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [171]) Fixes #72. Introduced libtool to create a static svndigest. Libtool creates partially static libraries, i.e., links all functions from static libraries available and performs shared linkage to the rest.