mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 20:16:32 +01:00
Add perl 5.22.4
Note that most perl builds have been moved later, this gains some benefits of GCC 4.7, particularly makes debug messages easier to interpret :)
This commit is contained in:
parent
dcce75dd79
commit
073b7d0b54
5 changed files with 130 additions and 13 deletions
9
steps/perl-5.22.4/files/Compress-Raw-Zlib_config.in
Normal file
9
steps/perl-5.22.4/files/Compress-Raw-Zlib_config.in
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
BUILD_ZLIB = False
|
||||
INCLUDE = /usr/include
|
||||
LIB = /usr/lib/i386-unknown-linux-musl
|
||||
OLD_ZLIB = False
|
||||
GZIP_OS_CODE = AUTO_DETECT
|
||||
Loading…
Add table
Add a link
Reference in a new issue