diff options
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 7a034658017..272f837cb97 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -1203,9 +1203,9 @@ other git-like projects such as @code{libgit2}.") | |||
| 1203 | "-DREGEX_BACKEND=pcre2" | 1203 | "-DREGEX_BACKEND=pcre2" |
| 1204 | "-DUSE_HTTP_PARSER=system" | 1204 | "-DUSE_HTTP_PARSER=system" |
| 1205 | "-DUSE_SSH=ON" ; cmake fails to find libssh if this is missing | 1205 | "-DUSE_SSH=ON" ; cmake fails to find libssh if this is missing |
| 1206 | ,@(if (target-64bit?) | 1206 | ,@(if (target-32bit?) |
| 1207 | '() | 1207 | '("-DCMAKE_C_FLAGS=-D_FILE_OFFSET_BITS=64") |
| 1208 | '("-DCMAKE_C_FLAGS=-D_FILE_OFFSET_BITS=64")))) | 1208 | '()))) |
| 1209 | #:phases | 1209 | #:phases |
| 1210 | (modify-phases %standard-phases | 1210 | (modify-phases %standard-phases |
| 1211 | ;; Run checks more verbosely, unless we are cross-compiling. | 1211 | ;; Run checks more verbosely, unless we are cross-compiling. |
