mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 02:56:31 +01:00
Perl 5.005_03
This commit is contained in:
parent
7e9054570e
commit
4276dfee1d
11 changed files with 160 additions and 5 deletions
|
|
@ -17,4 +17,4 @@ miniperl: $(MINIPERL_OBJ)
|
|||
install: all
|
||||
install miniperl $(PREFIX)/bin/perl
|
||||
mkdir -p $(PREFIX)/lib/perl5/5.004_05
|
||||
mv lib/* $(PREFIX)/lib/perl5/5.004_05/
|
||||
cp -R lib/* $(PREFIX)/lib/perl5/5.004_05/
|
||||
|
|
|
|||
|
|
@ -11,9 +11,6 @@ src_prepare() {
|
|||
mv perly.tab.c perly.c
|
||||
mv perly.tab.h perly.h
|
||||
|
||||
# tcc messes up floats, which breaks version detection
|
||||
sed -i '/require/d' embed.pl
|
||||
|
||||
# Regenerate other prebuilt header files
|
||||
for file in embed keywords opcode; do
|
||||
rm ${file}.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue