Update package version to 2.44

This commit is contained in:
2026-09-04 15:56:44 +03:00
parent 8a37ae21c8
commit 724a100f90
5 changed files with 9 additions and 257 deletions
+5 -13
View File
@@ -2,15 +2,6 @@
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
# The prepare function is executed in the root of the temp directory
# This function is used for putting downloaded files to the correct location or applying patches
prepare() {
cd "$BPM_SOURCE"
patch -Np1 -i "$BPM_WORKDIR"/0001-fix-tst-rseq-with-linux-7.0.patch
patch -Np1 -i "$BPM_WORKDIR"/0002-isolate-__O_CLOEXEC-flag-for-sys-mount.h-and-fcntl.h.patch
patch -Np1 -i "$BPM_WORKDIR"/0003-only-define-OPEN_TREE_-macros-in-sys-mount.h-if-undefined.patch
}
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
@@ -44,10 +35,11 @@ build() {
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
# disable tests that take too long on most systems
sed -i "/tst-thread-affinity-pthread/d" nptl/Makefile
sed -i "/tst-thread-affinity-sched/d" nptl/Makefile
sed -i '/tst-resolv-res_init-multi/d' resolv/Makefile
# disable tests that cause issues
sed -i "/\btst-ldconfig-cache /d" elf/Makefile
sed -i "/\btst-thread-affinity-sched /d" nptl/Makefile
sed -i '/\btst-resolv-res_init-multi /d' resolv/Makefile
sed -i '/\btst-resolv-res_init-multi /d' resolv/Makefile
cd build