diff options
author | Bazaah | 2024-09-06 23:19:40 +0000 |
---|---|---|
committer | Bazaah | 2024-09-07 17:20:56 +0000 |
commit | 62c43be6783247d369c9e66a1762d40549a36368 (patch) | |
tree | 4caaa29566bb1afb2435d0a609a08bb8cce097ce /PKGBUILD | |
parent | 8c5cc7d8deec002f7596b6d0860859a0a718f12b (diff) | |
download | aur-62c43be6783247d369c9e66a1762d40549a36368.tar.gz |
pkgbuild: use ceph-18.2.4-boost-1.86-fixes.patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -130,6 +130,12 @@ source=( # Fix a host of issues from py3.12 in the pybind / cephadm code 'ceph-18.2.2-py312-fixes.patch' + # Fixes for 3 problems found when using boost 1.86 + # - casting uuid to *char + # - missing header for boost::mt11213b + # - undef of Boost.MPL header before including <boost/python/*> headers + 'ceph-18.2.4-boost-1.86-fixes.patch' + # ===== ceph-python-bcrypt sources ===== # "python-bcrypt-${__bcrypt_version}.tar.gz::https://github.com/pyca/bcrypt/archive/${__bcrypt_version}.tar.gz" @@ -163,6 +169,7 @@ sha512sums=('a4ebb4e14032e6ab8e1fd8836f39234b771cb0a4b655166e9c69493a2c0d687064a '0ed97f2fb764ec8f7e01be45256377a6b2f451c865348b25b12ca9ef70c7120a0bf62321a9402cc4362618fde3a38ccfcd6eec738fe8cc067f17399700c273f3' '3a6d2bee9a403ac7a0a1216fd704bb86337abf2498c1e90be70e8221779705c47cdc994f7147bcac5b99b939aa20dd0359c5eaf02224ae80183fbb7c1b7df792' '15c6a1d2bdd524a7836ad9bad12c4103a32274ad1fa5182231bcbc626e44fcfbdba04b6d55c67ef13952821da46df68e0b51ab4534c3a8830eac301e18662195' + '73f72759a3d628575447b7607b7e27b0bab4a70b206c91daa717d461ada5fd9985c16f5782d9cb4406bd314ae9cf683cca43ab426505ab21f99141518e32533d' '59a5aafc729a6e7ac61121469bbca73809d87cafc1b16dcb0701c33fccc6298eff1071680c364042c46f91d701830a414e6ecf0bff4bee9500e4ce146dcad974' '26e4569396005f7461764dbe57634ab6d20ca9bfe777b4eeae3def8e3c887333b4d64470ad1db15a8170979f85372c111abfc043bdc1deae219183cc7539980e' '477e9f70c985da94c25bcac21f0f4f148623563a4c97b7249524cd82867ec2042488f37f966e75de636e6f835f9be6a8f9ea435374d714ca7d0d0cd71340b0b8') |