mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Clean up perl 5.40
This commit is contained in:
parent
e9489cab46
commit
fc08010f6d
4 changed files with 24 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
BUILD_ZLIB = False
|
||||
ZLIB_INCLUDE = /usr/include
|
||||
ZLIB_LIB = /usr/lib/i386-unknown-linux-musl
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: Artistic-1.0
|
||||
|
||||
my_sprintf appears to be broken.
|
||||
This should not be necessary, but is; is most likely linked to metaconfig
|
||||
problems.
|
||||
|
||||
diff --git perl-5.40.3/dist/Devel-PPPort/PPPort_pm.PL perl-5.40.3/dist/Devel-PPPort/PPPort_pm.PL
|
||||
index cfbfaeb8fa..f93e56df15 100644
|
||||
--- perl-5.40.3/dist/Devel-PPPort/PPPort_pm.PL
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: Artistic-1.0
|
||||
|
||||
This should not be necessary, there is something weird going on here.
|
||||
A number of #defines are hidden behind -DDEBUGGING that are required to build
|
||||
the re extension but they are not used. Not sure why, this is a bit of a hack.
|
||||
|
||||
diff --git perl-5.40.3/ext/re/Makefile.PL perl-5.40.3/ext/re/Makefile.PL
|
||||
index 01786e1ec2..cc4619bfc3 100644
|
||||
--- perl-5.40.3/ext/re/Makefile.PL
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: Artistic-1.0
|
||||
|
||||
There is no way to regenerate this easily. It is merely a fallback for when the
|
||||
previous fails and it will not fail with our perl.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue