Quoting John A Meinel <[EMAIL PROTECTED]>:

> The easiest thing to do, is to supply it in the CFLAGS env variable. So
> you can do:
>
> export CFLAGS='-O2 -Wall -I/path/to/gpgme/include -L/path/to/gpgme/lib'
> make
>
> You should also be able to do:
> make CFLAGS='-O2 -Wall -I/path/to/gpgme/include -L/path/to/gpgme/lib'

It didn't seem to work that way.

> I don't know of an easy way to supply the location to ./configure.

After some grepping into the code, I discovered the EXTRA_CFLAGS variable.

  EXTRA_CFLAGS="-I/path/to/gpgme/include -L/path/to/gpgme/lib" make

works.

Thanks!

PS: It's too bad Bazaar people were unwilling to reply to such a simple
request (my messages to [EMAIL PROTECTED] were probably sent to /dev/null).

--
J�r�me Marant


_______________________________________________
Gnu-arch-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-arch-users

GNU arch home page:
http://savannah.gnu.org/projects/gnu-arch/

Reply via email to