summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distro/packages/bdb.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/distro/packages/bdb.scm b/distro/packages/bdb.scm
index 6d6adc000c..93bf290231 100644
--- a/distro/packages/bdb.scm
+++ b/distro/packages/bdb.scm
@@ -44,7 +44,9 @@
(let ((out (assoc-ref outputs "out")))
(zero?
(system* "./dist/configure"
- (string-append "--prefix=" out)))))
+ (string-append "--prefix=" out)
+ (string-append "CONFIG_SHELL=" (which "bash"))
+ (string-append "SHELL=" (which "bash"))))))
%standard-phases))))
(synopsis "db, the Berkeley database")
(description