Skip to content

Commit df89e9a

Browse files
set systemd install to default
1 parent 8ba7cf9 commit df89e9a

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

packages/ceph-19/autobuild.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ if [ "$arch" == "loongarch64" ];then
1515
done
1616
fi
1717
apt update
18+
apt install usr-is-merged usrmerge -y
1819
yes |mk-build-deps --install --remove
1920
cd $SCRIPT_DIR/$PKGNAME
2021
exec_build_make
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/patches/series b/patches/series
2+
index 203eb9a74..952895c96 100644
3+
--- a/patches/series
4+
+++ b/patches/series
5+
@@ -20,7 +20,7 @@
6+
0023-fix-build-for-Apache-Arrow-15.0.0.-on-Debian.patch
7+
0024-Update-RGW-Arrow-Flight-code-to-adjust-to-API-change.patch
8+
0025-s3select-fix-compilation-with-Arrow-15.patch
9+
-0026-d-install-systemd-unit-files-are-now-in-usr-lib.patch
10+
+#0026-d-install-systemd-unit-files-are-now-in-usr-lib.patch
11+
0027-d-py3dist-drop-python3-distutils-not-available-in-De.patch
12+
0028-python-common-add-a-utils-function-to-replace-distut.patch
13+
0029-pybind-mgr-replace-imports-of-distutils.util.patch

packages/ceph-19/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
patches/001-add-supprot-for-loongarch64.patch
22
patches/002-remove-lintian.patch
33
patches/003-add-spdk.patch
4+
patches/004-d-install-to-default.patch

0 commit comments

Comments
 (0)