mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45:24 +01:00
Build perl with some modules.
This commit is contained in:
parent
8548c128b4
commit
3969b281d6
5 changed files with 141 additions and 9 deletions
11
sysa/perl-5.6.2/files/config.sh
Normal file
11
sysa/perl-5.6.2/files/config.sh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
ar='tcc -ar'
|
||||
cc='tcc'
|
||||
ldlibpthname='LD_LIBRARY_PATH'
|
||||
libpth='/after/lib'
|
||||
path_sep=':'
|
||||
|
||||
CONFIGDOTSH=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue