SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
security/lastpass-cli/patches/patch-process_h
Normal file
17
security/lastpass-cli/patches/patch-process_h
Normal file
|
@ -0,0 +1,17 @@
|
|||
Fix -fno-common build failure. Taken from
|
||||
https://github.com/lastpass/lastpass-cli/pull/576
|
||||
|
||||
Index: process.h
|
||||
--- process.h.orig
|
||||
+++ process.h
|
||||
@@ -4,8 +4,8 @@
|
||||
#include <stdbool.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
-int ARGC;
|
||||
-char **ARGV;
|
||||
+extern int ARGC;
|
||||
+extern char **ARGV;
|
||||
|
||||
void process_set_name(const char *name);
|
||||
void process_disable_ptrace(void);
|
Loading…
Add table
Add a link
Reference in a new issue