svn commit: r545555 - branches/2020Q3/security/ykpers/files

Niclas Zeising zeising at FreeBSD.org
Thu Aug 20 19:27:40 UTC 2020


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,


More information about the svn-ports-all mailing list