[patch] configure does not detect static LDAP libs on System V
David Champion
dgc at uchicago.edu
Tue Jun 11 21:43:01 CEST 2002
* 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@
--
-D. dgc at uchicago.edu NSIT University of Chicago
More information about the Gnupg-devel
mailing list