summaryrefslogtreecommitdiffhomepage
path: root/patches/perl-5.22.1.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/perl-5.22.1.local.patch')
-rw-r--r--patches/perl-5.22.1.local.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/perl-5.22.1.local.patch b/patches/perl-5.22.1.local.patch
index 65fe7e6a..2113c540 100644
--- a/patches/perl-5.22.1.local.patch
+++ b/patches/perl-5.22.1.local.patch
@@ -22,7 +22,7 @@ diff -ru perl-5.22.1.orig/Makefile perl-5.22.1/Makefile
$(eval extlibs=$(shell cat ext.libs))
$(eval statars=$(shell cat static.list))
- $(CC) $(LDFLAGS) -o $@ $(filter %$o,$^) $(LIBPERL) $(statars) $(LIBS) $(extlibs)
-+ $(CC) $(LDFLAGS) -o $@ $(filter %$o,$^) -lperl $(statars) $(LIBS) $(extlibs)
++ $(CC) $(LDFLAGS) -o $@ $(filter %$o,$^) -L. -lperl $(statars) $(LIBS) $(extlibs)
%$o: %.c config.h
$(CC) $(CFLAGS) -c -o $@ $<