Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2020 19:27:40 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r545555 - branches/2020Q3/security/ykpers/files
Message-ID:  <202008201927.07KJReUD088707@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Thu Aug 20 19:27:39 2020
New Revision: 545555
URL: https://svnweb.freebsd.org/changeset/ports/545555

Log:
  MFH: r545467
  
  security/ykpers: Fix build with -fno-common
  
  Add a patch from upstream to fix the build with -fno-common, which is the
  default with llvm 11.
  
  Approved by:	ports-secteam (joenum)

Added:
  branches/2020Q3/security/ykpers/files/patch-09ea16d9.c
     - copied unchanged from r545467, head/security/ykpers/files/patch-09ea16d9.c
Modified:
Directory Properties:
  branches/2020Q3/   (props changed)

Copied: branches/2020Q3/security/ykpers/files/patch-09ea16d9.c (from r545467, head/security/ykpers/files/patch-09ea16d9.c)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2020Q3/security/ykpers/files/patch-09ea16d9.c	Thu Aug 20 19:27:39 2020	(r545555, copy of r545467, head/security/ykpers/files/patch-09ea16d9.c)
@@ -0,0 +1,15 @@
+diff --git a/ykpers-args.h b/ykpers-args.h
+index 2a63268..9ff455a 100644
+--- ykpers-args.h
++++ ykpers-args.h
+@@ -33,8 +33,8 @@
+ 
+ #include "ykpers.h"
+ 
+-const char *usage;
+-const char *optstring;
++extern const char *usage;
++extern const char *optstring;
+ 
+ int args_to_config(int argc, char **argv, YKP_CONFIG *cfg, char *oathid,
+ 		   size_t oathid_len, const char **infname,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008201927.07KJReUD088707>