Sign Up
Log In
Sign Up
Username:
*
Email:
*
Password:
*
Password confirmation:
*
or
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Server
kea
kea-boost1_89.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kea-boost1_89.patch of Package kea
From: Arjen de Korte <suse+build@de-korte.org> Date: 2025-10-28 20:05:15 +0100 boost 1.89 does not have boost_system anymore. diff -purN a/meson.build b/meson.build --- a/meson.build 2025-08-20 10:14:44.000000000 +0200 +++ b/meson.build 2025-10-26 13:56:44.801656560 +0100 @@ -189,7 +189,7 @@ message(f'Detected system "@SYSTEM@".') #### Dependencies -boost_dep = dependency('boost', version: '>=1.66', modules: ['system']) +boost_dep = dependency('boost', version: '>=1.66', modules: ['system'], required: false) dl_dep = dependency('dl') threads_dep = dependency('threads') add_project_dependencies(boost_dep, dl_dep, threads_dep, language: ['cpp']) diff -purN a/src/lib/asiodns/io_fetch.h b/src/lib/asiodns/io_fetch.h --- a/src/lib/asiodns/io_fetch.h 2025-08-20 10:14:44.000000000 +0200 +++ b/src/lib/asiodns/io_fetch.h 2025-10-26 13:52:05.461445874 +0100 @@ -16,6 +16,7 @@ #include <util/buffer.h> #include <boost/asio/coroutine.hpp> +#include <boost/asio/deadline_timer.hpp> #include <boost/shared_array.hpp> #include <boost/shared_ptr.hpp> #include <boost/date_time/posix_time/posix_time_types.hpp> diff -purN a/src/lib/asiolink/interval_timer.h b/src/lib/asiolink/interval_timer.h --- a/src/lib/asiolink/interval_timer.h 2025-08-20 10:14:44.000000000 +0200 +++ b/src/lib/asiolink/interval_timer.h 2025-10-26 12:29:18.357562324 +0100 @@ -7,6 +7,7 @@ #ifndef ASIOLINK_INTERVAL_TIMER_H #define ASIOLINK_INTERVAL_TIMER_H 1 +#include <boost/asio/deadline_timer.hpp> #include <boost/shared_ptr.hpp> #include <functional>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Contact
Support
@OBShq
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor