lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit d57f34795ce9fc7035e346c33147646ea35002b0
parent 58a7c33ca7a3e4e54bec019a56c5993cf7e6e695
Author: Marcel Denia <naoir@gmx.net>
Date:   Fri, 25 Sep 2015 07:56:00 +0200

perl: Remove microperl caretx dependency patch

This will make microperl unable to build. That's okay, since we haven't
been building it for quite a while now.

Signed-off-by: Marcel Denia <naoir@gmx.net>

Diffstat:
Dlang/perl/patches/400-add_microperl_caretx_dependency.patch | 22----------------------
1 file changed, 0 insertions(+), 22 deletions(-)

diff --git a/lang/perl/patches/400-add_microperl_caretx_dependency.patch b/lang/perl/patches/400-add_microperl_caretx_dependency.patch @@ -1,22 +0,0 @@ ---- a/Makefile.micro -+++ b/Makefile.micro -@@ -22,7 +22,8 @@ O = uav$(_O) udeb$(_O) udoio$(_O) udoop$ - uregcomp$(_O) uregexec$(_O) urun$(_O) \ - uscope$(_O) usv$(_O) utaint$(_O) utoke$(_O) \ - unumeric$(_O) ulocale$(_O) umathoms$(_O) \ -- uuniversal$(_O) uutf8$(_O) uutil$(_O) uperlapi$(_O) ukeywords$(_O) -+ uuniversal$(_O) uutf8$(_O) uutil$(_O) uperlapi$(_O) ukeywords$(_O) \ -+ ucaretx$(_O) - - microperl: $(O) - $(LD) -o $@ $(O) $(LDFLAGS) $(LIBS) -@@ -178,6 +179,9 @@ uutil$(_O): $(HE) util.c - uperlapi$(_O): $(HE) perlapi.c perlapi.h - $(CC) $(CCFLAGS) -o $@ $(CFLAGS) perlapi.c - -+ucaretx$(_O): $(HE) caretx.c -+ $(CC) $(CCFLAGS) -o $@ $(CFLAGS) caretx.c -+ - uuudmap.h umg_data.h: ubitcount.h - - ubitcount.h: ugenerate_uudmap$(_X)