Opened 10 years ago
Closed 10 years ago
#44747 closed defect (fixed)
librevenge: cppunit dependency
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | librevenge |
Description
librevenge declares a library dependency on cppunit, and configure fails if cppunit is not present, however none of the files installed by librevenge seem to be linked with cppunit's libraries, so I'm wondering if this should perhaps be a build dependency instead.
Change History (1)
comment:1 Changed 10 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 2.3.1 |
Note: See
TracTickets for help on using
tickets.
As one might expect, cppunit, is only necessary to build a single unit test for this library which test is minimum magnificent at best.
Consequently, I have configured the port to disable the build of this test allowing the cppunit dependency to be removed entirely.
Fix committed in r124408.