* pkg-def.scm ("ldap"): don't build static libs
This commit is contained in:
parent
5d8f3512f3
commit
90580b2fc4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue