mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +01:00
Add perl 5.10.1
Used as an intermediate before perl 5.32.
This commit is contained in:
parent
d943b37962
commit
cd361e63f7
12 changed files with 648 additions and 0 deletions
20
sysa/perl-5.10.1/files/config.sh
Normal file
20
sysa/perl-5.10.1/files/config.sh
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
ar='ar'
|
||||
cc='gcc'
|
||||
ldlibpthname='LD_LIBRARY_PATH'
|
||||
libpth='/after/lib'
|
||||
path_sep=':'
|
||||
archname='i386'
|
||||
osvers=''
|
||||
byteorder='12345678'
|
||||
x=''
|
||||
ivsize='4'
|
||||
ivtype='long'
|
||||
lib_ext='.a'
|
||||
_a='.a'
|
||||
|
||||
PERL_CONFIG_SH=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue