mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openldap-for-linphone: Update to 2.6.4-0.8511a0f.
* gnu/packages/openldap.scm (openldap-for-linphone): Update to 2.6.4-0.8511a0f. Change-Id: I8f5cccf1e3fa346a5b9c4426ba372ec8127f6edd
This commit is contained in:
parent
e92be23837
commit
2be06b8167
1 changed files with 26 additions and 23 deletions
|
@ -7,7 +7,7 @@
|
||||||
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
|
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||||
;;; Copyright © 2020 Lars-Dominik Braun <ldb@leibniz-psychology.org>
|
;;; Copyright © 2020 Lars-Dominik Braun <ldb@leibniz-psychology.org>
|
||||||
;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2021, 2023 Maxim Cournoyer <maxim@guixotic.coop>
|
;;; Copyright © 2021, 2023, 2025 Maxim Cournoyer <maxim@guixotic.coop>
|
||||||
;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
|
;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
|
||||||
;;; Copyright © 2023 Brian Cully <bjc@spork.org>
|
;;; Copyright © 2023 Brian Cully <bjc@spork.org>
|
||||||
;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||||
|
@ -119,28 +119,31 @@
|
||||||
;; This is an incompatible fork of openldap that adds types needed for
|
;; This is an incompatible fork of openldap that adds types needed for
|
||||||
;; liblinphone.
|
;; liblinphone.
|
||||||
(define-public openldap-for-linphone
|
(define-public openldap-for-linphone
|
||||||
(hidden-package
|
(let ((commit "8511a0f54d270ff529d83b4a8ba113819b18b856")
|
||||||
(package
|
(revision "0"))
|
||||||
(inherit openldap)
|
(hidden-package
|
||||||
(name "openldap")
|
(package
|
||||||
(version "2.6.4")
|
(inherit openldap)
|
||||||
(source (origin
|
(name "openldap")
|
||||||
(method git-fetch)
|
(version (git-version "2.6.4" revision commit))
|
||||||
(uri (git-reference
|
(source
|
||||||
(url "https://gitlab.linphone.org/BC/public/external/openldap/")
|
(origin
|
||||||
(commit "8a885896a3fb88098d970ab96316c0b7f18367b8")))
|
(method git-fetch)
|
||||||
(file-name (git-file-name name version))
|
(uri (git-reference
|
||||||
(sha256
|
(url "https://gitlab.linphone.org/BC/public/external/openldap/")
|
||||||
(base32
|
(commit commit)))
|
||||||
"1yd3cnngr5z3nymnml8fynspxgdzap7y7glp601nbkdj67wyg0k8"))))
|
(file-name (git-file-name name version))
|
||||||
(arguments
|
(sha256
|
||||||
(substitute-keyword-arguments (package-arguments openldap)
|
(base32
|
||||||
((#:configure-flags flags)
|
"06qf8lcalvgzr3w1m697xrj12ikav5im00wjmxa62qdmsg5rvji1"))))
|
||||||
#~(append
|
(arguments
|
||||||
(list #$(string-append "CFLAGS=-g -O2"
|
(substitute-keyword-arguments (package-arguments openldap)
|
||||||
" -Wno-error=implicit-int"
|
((#:configure-flags flags)
|
||||||
" -Wno-error=int-conversion"))
|
#~(append
|
||||||
#$flags)))))))
|
(list #$(string-append "CFLAGS=-g -O2"
|
||||||
|
" -Wno-error=implicit-int"
|
||||||
|
" -Wno-error=int-conversion"))
|
||||||
|
#$flags))))))))
|
||||||
|
|
||||||
(define-public nss-pam-ldapd
|
(define-public nss-pam-ldapd
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue