Skip to content

Commit 9a7b494

Browse files
glingaborcsardi
andauthored
Update builder/package.fedora-40
Co-authored-by: Gábor Csárdi <[email protected]>
1 parent e813680 commit 9a7b494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/package.fedora-40

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [[ "${R_VERSION}" =~ ^3 ]]; then
1212
fi
1313

1414
# R 4.5.0 and later require libzstd (with headers to link against libR)
15-
zstd_libs='# - libzstd-dev'
15+
zstd_libs='# - libzstd-devel'
1616
if grep -q '^LIBS *=.*[-]lzstd' ${R_INSTALL_PATH}/lib/R/etc/Makeconf; then
1717
zstd_libs='- libzstd-devel'
1818
fi

0 commit comments

Comments
 (0)