mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: 389-ds-base: Fix build with gcc-14.
* gnu/packages/openldap.scm (389-ds-base)[arguments]: Add CFLAGS to #:configure-flags to relax gcc-14's strictness. Change-Id: I54510c0d0d0f9032f4f5043053b0282e0a4ffb9e
This commit is contained in:
parent
caf191129e
commit
5915616ffb
1 changed files with 3 additions and 1 deletions
|
@ -254,7 +254,9 @@ (define-public 389-ds-base
|
|||
,@%default-gnu-imported-modules)
|
||||
#:disallowed-references (list httpd)
|
||||
#:configure-flags
|
||||
#~(list "--enable-cmocka"
|
||||
#~(list (string-append "CFLAGS=-g -O2"
|
||||
" -Wno-error=incompatible-pointer-types")
|
||||
"--enable-cmocka"
|
||||
(string-append "--with-db="
|
||||
#$(this-package-input "bdb"))
|
||||
(string-append "--with-netsnmp="
|
||||
|
|
Loading…
Reference in a new issue