Bug #212
Monolithic build fails with addrblock plugin
Start date:
03.08.2012
Due date:
Estimated time:
0.00 h
Affected version:
5.0.0
Resolution:
Description
Using the following configuration the build fails:./configure --enable-addrblock --enable-monolithic
reason:
in src/libcharon/Makefile.{in,am}
there is a dependency onuci/libstrongswan-addrblock.la
which should obviously beaddrblock\libstrongswan-addrblock.la
.
Running sed -i -e 's/uci\/libstrongswan-addrblock/addrblock\/libstrongswan-addrblock/' src/libcharon/Makefile*
in the root build dir fixes this problem.
Associated revisions
History
#1 Updated by Martin Willi over 8 years ago
- Status changed from New to Closed
- Assignee set to Martin Willi
- Target version set to 5.0.1
Thanks for reporting this issue, fixed with the referenced patch.
Fix linking of addrblock plugin when building monolithic
Fixes #212.