[git] NTBTLS - branch, master, updated. ntbtls-0.1.2-9-gace1fa9

by NIIBE Yutaka cvs at cvs.gnupg.org
Wed Oct 24 10:12:57 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 "Not Too Bad TLS".

The branch, master has been updated
       via  ace1fa90ec40e30cefa65a3cf8552960c9f5e761 (commit)
      from  39d0b3a02afe78cced546e7f9a61566b7be068c1 (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 ace1fa90ec40e30cefa65a3cf8552960c9f5e761
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Wed Oct 24 17:12:26 2018 +0900

    build: Fix ntbtls.pc.in.
    
    * src/ntbtls.pc.in: Don't quote.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/src/ntbtls.pc.in b/src/ntbtls.pc.in
index 89ab645..6e59dc8 100644
--- a/src/ntbtls.pc.in
+++ b/src/ntbtls.pc.in
@@ -1,9 +1,9 @@
-prefix="@prefix@"
-exec_prefix="@exec_prefix@"
-includedir="@includedir@"
-libdir="@libdir@"
-host="@NTBTLS_CONFIG_HOST@"
-api_version="@NTBTLS_CONFIG_API_VERSION@"
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+includedir=@includedir@
+libdir=@libdir@
+host=@NTBTLS_CONFIG_HOST@
+api_version=@NTBTLS_CONFIG_API_VERSION@
 
 Name: ntbtls
 Description: The Not Too Bad TLS Library

-----------------------------------------------------------------------

Summary of changes:
 src/ntbtls.pc.in | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Not Too Bad TLS
http://git.gnupg.org




More information about the Gnupg-commits mailing list