mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 20:12:59 +02:00
lms: for boost-1.89
This commit is contained in:
parent
88d0831f83
commit
996e3bbbd9
2 changed files with 32 additions and 1 deletions
31
srcpkgs/lms/patches/boost-1.89.patch
Normal file
31
srcpkgs/lms/patches/boost-1.89.patch
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -21,7 +21,7 @@ endif()
|
||||||
|
find_package(PkgConfig REQUIRED)
|
||||||
|
find_package(Threads REQUIRED)
|
||||||
|
find_package(Filesystem REQUIRED)
|
||||||
|
-find_package(Boost REQUIRED COMPONENTS system program_options iostreams)
|
||||||
|
+find_package(Boost REQUIRED COMPONENTS program_options iostreams)
|
||||||
|
find_package(Wt REQUIRED COMPONENTS Wt Dbo DboSqlite3 HTTP)
|
||||||
|
|
||||||
|
# WT
|
||||||
|
--- a/src/libs/core/CMakeLists.txt
|
||||||
|
+++ b/src/libs/core/CMakeLists.txt
|
||||||
|
@@ -49,7 +49,6 @@ target_link_libraries(lmscore PRIVATE
|
||||||
|
)
|
||||||
|
|
||||||
|
target_link_libraries(lmscore PUBLIC
|
||||||
|
- Boost::system
|
||||||
|
std::filesystem
|
||||||
|
Wt::Wt
|
||||||
|
)
|
||||||
|
--- a/src/libs/services/auth/CMakeLists.txt
|
||||||
|
+++ b/src/libs/services/auth/CMakeLists.txt
|
||||||
|
@@ -19,7 +19,6 @@ target_include_directories(lmsauth PRIVA
|
||||||
|
)
|
||||||
|
|
||||||
|
target_link_libraries(lmsauth PUBLIC
|
||||||
|
- Boost::system
|
||||||
|
Wt::Wt
|
||||||
|
lmscore
|
||||||
|
lmsdatabase
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lms'
|
# Template file for 'lms'
|
||||||
pkgname=lms
|
pkgname=lms
|
||||||
version=3.69.0
|
version=3.69.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DLMS_IMAGE_BACKEND=graphicsmagick"
|
configure_args="-DLMS_IMAGE_BACKEND=graphicsmagick"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
|
Loading…
Add table
Reference in a new issue