projects
/
packages
/
ceph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39efa0f
)
- sys_siglist is gone in glibc, use strsignal
author
Jan Rękorajski
<baggins@pld-linux.org>
Fri, 25 Dec 2020 21:48:10 +0000
(22:48 +0100)
committer
Jan Rękorajski
<baggins@pld-linux.org>
Fri, 25 Dec 2020 21:48:10 +0000
(22:48 +0100)
ceph.spec
patch
|
blob
|
blame
|
history
diff --git
a/ceph.spec
b/ceph.spec
index b43d74e64dd54631807f303b02dda5861558393f..99e9e36ef2a36458ad303fdae32d0d2b557edc73 100644
(file)
--- a/
ceph.spec
+++ b/
ceph.spec
@@
-308,7
+308,8
@@
cd build
%{?with_system_rocksdb:-DWITH_SYSTEM_ROCKSDB=ON} \
-DWITH_SYSTEMD=ON \
%{?with_accelio:-DWITH_XIO=ON} \
- %{?with_zfs:-DWITH_ZFS=ON}
+ %{?with_zfs:-DWITH_ZFS=ON} \
+ -DWITH_REENTRANT_STRSIGNAL=ON
%{__make}
This page took
0.043172 seconds
and
4
git commands to generate.