[gnutls-devel] GnuTLS | build: allow override guile system location (!968)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Tue Apr 9 19:21:49 CEST 2019
The previous settings were incorrect, as for people that have system guile with custom locations, gnutls guessed the wrong locations. I understand that it was good for you as you install files in custom location, but per use of system guile it introduced inconsistency.
What do you think about:
```
--with-guile-site-dir='$$(datarootdir)/guile/site/$$(GUILE_EFFECTIVE_VERSION)' \
--with-guile-site-ccache-dir='$$(libdir)/guile/$$(GUILE_EFFECTIVE_VERSION)/site-ccache' \
--with-guile-extension-dir='$$(libdir)/guile/$$(GUILE_EFFECTIVE_VERSION)/extensions' \
```
It should provide you with the same locations you had when gnutls guessed the locations, and still initialize the locations correctly based on guile.m4 detections.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/968#note_159057383
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190409/c1d68ce0/attachment.html>
More information about the Gnutls-devel
mailing list