[git] GPG-ERROR - branch, master, updated. libgpg-error-1.32-24-ge9566da
by NIIBE Yutaka
cvs at cvs.gnupg.org
Tue Oct 16 03:42:37 CEST 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".
The branch, master has been updated
via e9566da20cf9428e3094cbd63277ea2179459232 (commit)
from a3f4e8838036a14e87cca811e40c9f670f152fcd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e9566da20cf9428e3094cbd63277ea2179459232
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Tue Oct 16 10:38:43 2018 +0900
gpg-error-config: Support PKG_CONFIG_LIBDIR.
* src/gpg-error-config-new.in: Use PKG_CONFIG_LIBDIR if specified.
--
This change allows a distribution (like Debian) offering
<triplet>-gpg-error-config wrapper script which invokes
gpg-error-config with host specific PKG_CONFIG_LIBDIR.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/src/gpg-error-config-new.in b/src/gpg-error-config-new.in
index e16e753..a7c1b78 100644
--- a/src/gpg-error-config-new.in
+++ b/src/gpg-error-config-new.in
@@ -12,7 +12,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
-libdir=@libdir@
+libdir=${PKG_CONFIG_LIBDIR:- at libdir@}
PKG_CONFIG_PATH="$PKG_CONFIG_PATH${PKG_CONFIG_PATH:+:}${libdir}/pkgconfig"
#
-----------------------------------------------------------------------
Summary of changes:
src/gpg-error-config-new.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Error codes used by GnuPG et al.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list