From 72ba44bad0789efdbae74c066117f92ae16fd432 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Thu, 10 Feb 2011 14:33:22 +0000
Subject: [PATCH] it can happens that perl is unable to find SAX.pm at
 installation time

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43273 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/perl-XML-SAX.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/buildout/software-profiles/perl-XML-SAX.cfg b/buildout/software-profiles/perl-XML-SAX.cfg
index 35727416fc..f0fcfd49b1 100644
--- a/buildout/software-profiles/perl-XML-SAX.cfg
+++ b/buildout/software-profiles/perl-XML-SAX.cfg
@@ -12,3 +12,5 @@ depends =
 url = http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-0.96.tar.gz
 configure-command =
   ${perl:location}/bin/perl Makefile.PL
+environment =
+  PERLLIB=blib/lib
-- 
2.30.9