Ticket #14544 (closed defect: fixed)
Compiling with GnuTLS in a non-standard place fails
| Reported by: | eigenstr | Owned by: | |
|---|---|---|---|
| Milestone: | v2.10.1 | Component: | libpurple |
| Version: | 2.10.0 | Keywords: | GnuTLS CFLAGS |
| Cc: |
Description
I have GnuTLS installed with --prefix=/usr/local/gnutls. When providing configure with the correct options on the command line, it finds the headers and libraries OK.
However, when compiling, the files in libpurple/protocols/gg that need to know where the GnuTLS includes are, can't find them.
libgg_la-events.lo libgg_la-handlers.lo libgg_la-libgadu.lo libgg_la-resolver.lo
Adding $(GNUTLS_CFLAGS) to the compile rules for those files in libpurple/protocols/gg/Makefile.in takes care of it.
Change History
Note: See
TracTickets for help on using
tickets.



