Skip to content
Snippets Groups Projects
Commit 134ad0a8 authored by gregor herrmann's avatar gregor herrmann
Browse files

Add patch to make the build process work without cwd in @INC.

Thanks: Niko Tyni for coming up with the patch.
Closes: #837264
parent 9b1cd4b5
No related branches found
No related tags found
No related merge requests found
From d37e8eaa84e91c03b3f15ab873cc081152dd8b39 Mon Sep 17 00:00:00 2001
From: Niko Tyni <ntyni@debian.org>
Date: Sun, 18 Sep 2016 16:23:59 +0300
Subject: [PATCH] Make the build process work without cwd in @INC
Bug-Debian: https://bugs.debian.org/837264
---
builder/lib/Build/Spec.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builder/lib/Build/Spec.pm b/builder/lib/Build/Spec.pm
index 394132a..1808fc5 100644
--- a/builder/lib/Build/Spec.pm
+++ b/builder/lib/Build/Spec.pm
@@ -15,7 +15,7 @@ BEGIN {
sub spec {
my %opt = @_;
- my $file = 'SPEC';
+ my $file = './SPEC';
my $spec = do $file;
my %rv =
--
2.9.3
0xxx: Grabbed from upstream development.
1xxx: Possibly relevant for upstream adoption.
2xxx: Only relevant for official Debian release.
1001_Make-the-build-process-work-without-cwd-in-INC.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment