I've just tried:
# USE=-ldap emerge gnupg
and got a compilation failure (wrong format of parameters passed to
functions). So I created a file thus:
# cat /etc/portage/env/app-crypt/gnupg
CFLAGS=${CFLAGS//-combine}
and tried again and got the same result.
Just to be sure, I emerged gnupg with the ldap USE flag and that same env
file, and it worked ok. I thought it should, since that's the same as the
existing version. Next I changed the env file thus:
# cat /etc/portage/env/app-crypt/gnupg
CFLAGS="-march=k8 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
Now gnupg compiled just fine with USE=-ldap. So now I suppose I have a lot
of CFLAGS to juggle to find out which one hurts gnupg so that I can report
it. Unless anyone else has already done the work, of course...
--
Rgds
Peter
--
[email protected] mailing list