Opened 10 years ago
Closed 10 years ago
#47679 closed defect (fixed)
libnifalcon @1.0.2: undefined symbols boost::system::system_category, boost::system::generic_category
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | richardsjohnt@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.99 |
Keywords: | haspatch | Cc: | |
Port: | libnifalcon |
Description
libnifalcon @1.0.2 fails to build, citing undefined symbols.
The attached patch cherry-picks three upstream commits that let the port build again.
It also switches to using cmake.out_of_source yes
, as had been requested in #47197, instead of doing the equivalent manually.
May I commit it?
Attachments (4)
Change History (6)
Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | libnifalcon.diff added |
---|
Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | patch-CMakeLists.txt.diff added |
---|
Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | patch-examples-CMakeLists.txt.diff added |
---|
Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | patch-src-util-CMakeLists.txt.diff added |
---|
comment:1 Changed 10 years ago by richardsjohnt@…
Looks good to me. I have no problems with you committing it.
Thanks for tackling this!
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ok, done in r135988.
Note: See
TracTickets for help on using
tickets.
proposed patch