summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-05-14 02:42:01 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-05-14 02:42:01 -0400
commit2c6f41e59c8c4e790559e5171cb0e2aeda919b3b (patch)
tree6a1fb8829f294a037e5439e2e673a89bbb85a40f /debian
parent6cc69038caa841861b4aa7166a9577e8520f65c0 (diff)
If PERL5LIB is set to the libdir when building ikiwiki, calculate and hardcode a proper 'use lib' statement anyway. This fixes a gotcha, since PERL5LIB won't work once ikiwiki is running via a wrapper or as a cgi.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ceb113aa1..e387af095 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
ikiwiki (2.47) UNRELEASED; urgency=low
* mdwn: Add a multimarkdown setup file option.
+ * If PERL5LIB is set to the libdir when building ikiwiki, calculate and
+ hardcode a proper 'use lib' statement anyway. This fixes a gotcha,
+ since PERL5LIB won't work once ikiwiki is running via a wrapper or as
+ a cgi.
-- Joey Hess <joeyh@debian.org> Tue, 13 May 2008 12:30:18 -0400