J�r�me Marant wrote:
Hi,

For some reasons, I had to install gpgme in a non-standard location.

After spending some time fighting with package-framework, I did not
find any way to tell the build system where to look for my gpgme
headers and libs. (There are no docs around and ./configure --help
does not tell anything about it).

Could someone please enlighten me?

TIA.

Cheers,

--
J�r�me Marant

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'

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

John
=:->


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
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