drop extraneous libs from gpgme-config

Rex Dieter rdieter at math.unl.edu
Mon Mar 6 15:21:04 CET 2006


Attached is a patch that drops extraneous libs(*) from gpgme-config 
output, as these dependancies are already in the installed .la files.

(*) In particular, PTHREAD_LIBS, PTH_LIBS, GPG_ERROR_LIBS.  GLIB_LIBS 
could probably go too, but I'm unfamiliar with those bits, so left it alone.

-- Rex
-------------- next part --------------
--- gpgme-1.1.2/gpgme/gpgme-config.in.extras	2005-11-18 17:03:28.000000000 -0600
+++ gpgme-1.1.2/gpgme/gpgme-config.in	2006-03-06 08:15:14.000000000 -0600
@@ -16,13 +16,13 @@
 
 # Configure libgpg-error.
 gpg_error_cflags="@GPG_ERROR_CFLAGS@"
-gpg_error_libs="@GPG_ERROR_LIBS@"
+#gpg_error_libs="@GPG_ERROR_LIBS@"
 
 # Configure thread packages.
 thread_modules=""
 
 @HAVE_PTH_TRUE at thread_modules="$thread_modules pth"
-libs_pth="@PTH_LDFLAGS@ @PTH_LIBS@"
+#libs_pth="@PTH_LDFLAGS@ @PTH_LIBS@"
 cflags_pth="@PTH_CFLAGS@"
 
 # Configure glib.


More information about the Gnupg-devel mailing list