Perl 5.005_03

This commit is contained in:
Andrius Štikonas 2021-02-18 23:19:09 +00:00
parent 7e9054570e
commit 4276dfee1d
11 changed files with 160 additions and 5 deletions

View file

@ -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/

View file

@ -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