[patch] configure does not detect static LDAP libs on System V

Albert Chin gnupg-devel at thewrittenword.com
Wed Jun 12 19:01:01 CEST 2002


On Tue, Jun 11, 2002 at 01:43:39PM -0500, David Champion wrote:
> * On 2002.06.11, in <20020611183911.GE9144 at dust.uchicago.edu>,
> *	"David Champion" <dgc at uchicago.edu> wrote:
> > --- gnupg-1.0.7/keyserver/Makefile.am.orig	Thu Dec  6 15:36:21 2001
> > +++ gnupg-1.0.7/keyserver/Makefile.am	Tue Jun 11 12:23:58 2002
> > @@ -23,7 +23,8 @@
> >  EXTRA_SCRIPTS = gpgkeys_mailto
> >  
> >  # We don't need the libs the regular GPG binaries do
> > -LIBS=
> > +# Yes, actually we might...
> > +#LIBS=
> >  
> >  bin_PROGRAMS = @GPGKEYS_LDAP@
> >  bin_SCRIPTS = @GPGKEYS_MAILTO@
> 
> Sorry, wrong patch file. This should be:
> --- gnupg-1.0.7/keyserver/Makefile.am.orig	Thu Dec  6 15:36:21 2001
> +++ gnupg-1.0.7/keyserver/Makefile.am	Tue Jun 11 12:23:58 2002
> @@ -23,7 +23,8 @@
>  EXTRA_SCRIPTS = gpgkeys_mailto
>  
>  # We don't need the libs the regular GPG binaries do
> -LIBS=
> +# Yes, actually we might...
> +LIBS=@LIBS@
>  
>  bin_PROGRAMS = @GPGKEYS_LDAP@
>  bin_SCRIPTS = @GPGKEYS_MAILTO@

This is the default from automake. Just remove LIBS= and you're set.

-- 
albert chin (china at thewrittenword.com)




More information about the Gnupg-devel mailing list