Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
galera


Commits:
88fe8b40 by Christian Hesse at 2024-09-02T17:21:51+02:00
ups, add dependency back in...

... and leave a comment. 😜

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -12,6 +12,8 @@ pkgbase = galera
        makedepends = cmake
        depends = glibc
        depends = gcc-libs
+       depends = boost-libs
+       depends = libboost_program_options.so
        depends = mariadb-server
        depends = openssl
        depends = libcrypto.so


=====================================
PKGBUILD
=====================================
@@ -10,6 +10,7 @@ arch=('x86_64')
 license=('GPL-2.0-or-later' 'custom:OpenSSL Linking Exception')
 depends=('glibc'
          'gcc-libs'
+         'boost-libs' 'libboost_program_options.so' # required for garbd!
          'mariadb-server'
          'openssl' 'libcrypto.so' 'libssl.so')
 makedepends=('git' 'boost' 'check' 'cmake')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/galera/-/commit/88fe8b401521c348bc4260dd930bbdd27a148911

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/galera/-/commit/88fe8b401521c348bc4260dd930bbdd27a148911
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to