Package: weakforced / 3.0.0-4

Metadata

Package Version Patches format
weakforced 3.0.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Drop wget shenanigans from build system.patch | (download)

configure.ac | 4 0 + 4 - 0 !
wforce/Makefile.am | 2 1 + 1 - 0 !
2 files changed, 1 insertion(+), 5 deletions(-)

 drop wget shenanigans from build system

0002 Include stdint.h in files missing it.patch | (download)

common/minicurl.hh | 3 2 + 1 - 0 !
ext/json11/json11.hpp | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-)

 include stdint.h in files missing it

0003 Adapt to handle boost 1.90 as boost_system is empty .patch | (download)

m4/boost.m4 | 14 11 + 3 - 0 !
1 file changed, 11 insertions(+), 3 deletions(-)

 adapt to handle boost 1.90 as boost_system is empty since 1.69

0004 boost.m4 Do not set rpath in LDFLAGS.patch | (download)

m4/boost.m4 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 boost.m4: do not set rpath in ldflags

boost.m4 adds -Wl,-R or -Wl,-rpath to BOOST_*_LDFLAGS when Boost
libraries are found outside the default linker search path. This embeds
RUNPATH in the resulting binaries, which is unnecessary on Debian where
libraries are in standard paths.