* pkg-def.scm ("ldap"): don't build static libs

This commit is contained in:
eknauel 2004-02-12 12:45:39 +00:00
parent 5d8f3512f3
commit 90580b2fc4
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
(list "./configure"
(string-append "--prefix=" prefix)
(string-append "--with-scsh-includes=" scsh-includes)
(string-append "--enable-static=no")
(string-append "--build=" build-host))
(cond ((get-option-value 'ldap-prefix)
=> (lambda (prefix)