summaryrefslogtreecommitdiff
path: root/repo/system
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-04-12 12:35:49 +0100
committerdavidovski <david@davidovski.xyz>2022-04-12 12:35:49 +0100
commit734e13526a2ec3ced7f085e444fc9525dfad348b (patch)
tree3b336b9bfc4aa511e156794f4d2a44357b446a6b /repo/system
parentbce4ac0f65ffb8bedcdcbdb94eb796457b12f9e1 (diff)
fixed perl locale issue
Diffstat (limited to 'repo/system')
-rw-r--r--repo/system/dbus.xibuild1
-rw-r--r--repo/system/elogind.xibuild1
-rw-r--r--repo/system/perl.xibuild8
3 files changed, 8 insertions, 2 deletions
diff --git a/repo/system/dbus.xibuild b/repo/system/dbus.xibuild
index 66ea737..ecda47d 100644
--- a/repo/system/dbus.xibuild
+++ b/repo/system/dbus.xibuild
@@ -56,5 +56,4 @@ EOF
postinstall () {
rc-update add dbus
- rc-service dbus start
}
diff --git a/repo/system/elogind.xibuild b/repo/system/elogind.xibuild
index 6ed1231..c5f1774 100644
--- a/repo/system/elogind.xibuild
+++ b/repo/system/elogind.xibuild
@@ -90,5 +90,4 @@ EOF
postinstall () {
rc-update add elogind
- rc-service elogind start
}
diff --git a/repo/system/perl.xibuild b/repo/system/perl.xibuild
index f31b57f..494b9f1 100644
--- a/repo/system/perl.xibuild
+++ b/repo/system/perl.xibuild
@@ -6,8 +6,16 @@ DEPS="gdbm musl bzip2 zlib tar"
PKG_VER=5.34.0
SOURCE=https://www.cpan.org/src/5.0/perl-$PKG_VER.tar.gz
DESC="The Practical Extraction and Report Language"
+ADDITIONAL="
+musl-locale.patch
+musl-skip-dst-test.patch
+musl-stack-size.patch
+skip-test-due-to-busybox-ps.patch
+zlib-test.patch
+"
prepare () {
+ apply_patches
export BUILD_ZLIB=False
export BUILD_BZIP2=0
export CF_OLD=$CFLAGS