GNU bug report logs -
#27220
OpenLDAP changes for core-updates
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Sat, 3 Jun 2017 21:29:02 UTC
Severity: normal
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 27220 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Sun, Jun 04, 2017 at 03:38:29PM +0200, Marius Bakke wrote:
> Leo Famulari <leo <at> famulari.name> writes:
> > * gnu/packages/openldap.scm (openldap)[arguments]: Add 'patch-sasl-path' phase..
> > + (add-after 'install 'patch-sasl-path
> > + ;; Give -L arguments for cyrus-sasl to avoid propagation.
> > + (lambda* (#:key inputs outputs #:allow-other-keys)
> > + (let ((out (assoc-ref outputs "out"))
> > + (sasl (assoc-ref inputs "cyrus-sasl")))
> > + (substitute* (map (lambda (f) (string-append out "/" f))
> > + '("lib/libldap.la" "lib/libldap_r.la"))
> > + (("-lsasl2" lib)
> > + (string-append "-L" sasl "/lib " lib)))
> > + #t))))))
>
> Good find. LGTM, but I wonder if it would be better to remove the static
> library (and associated .la files) and instead provide an explicit
> static-package. This mostly for grafting purposes.
True. I found this while trying to build the latest ncmpcpp, which added a
dependency on curl, which depends on openldap. I copied the solution from the
hwloc package in (gnu packages mpi).
> However, I think that's a journey for another core-updates.
Yes :)
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 8 years and 37 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.