aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-generate-patches.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2011-04-11 10:13:53 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2011-04-11 10:13:53 +0000
commit3cbf680f5d2bfb2ed4592dd24ff8ce2b7e5765bc (patch)
tree2b5a014fa7063d8b56fdcaa1e1defa2cc18caf8a /scripts/nix-generate-patches.in
parent83252b4ca9cb9de45bf4a069b20d1c2d1412396e (diff)
* configure: detect whether DBD::SQLite is present. If necessary the
location to DBI and DBD::SQLite can be passed with --with-dbi and --with-dbd-sqlite.
Diffstat (limited to 'scripts/nix-generate-patches.in')
-rw-r--r--scripts/nix-generate-patches.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-generate-patches.in b/scripts/nix-generate-patches.in
index dc5c3bf68..1f32ab410 100644
--- a/scripts/nix-generate-patches.in
+++ b/scripts/nix-generate-patches.in
@@ -1,4 +1,4 @@
-#! @perl@ -w -I@libexecdir@/nix
+#! @perl@ -w -I@libexecdir@/nix @perlFlags@
use strict;
use File::Temp qw(tempdir);