Add fix for -fno-common
This commit is contained in:
parent
80d4fd60ce
commit
936a7b9b81
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2019/07/12 20:51:04 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2021/01/30 07:14:29 benoit Exp $
|
||||
|
||||
COMMENT= passive web application security assessment tool
|
||||
|
||||
DISTNAME= ratproxy-1.58
|
||||
REVISION= 1
|
||||
REVISION = 2
|
||||
CATEGORIES= www security
|
||||
FIX_EXTRACT_PERMISSIONS=Yes
|
||||
|
||||
|
15
www/ratproxy/patches/patch-ssl_h
Normal file
15
www/ratproxy/patches/patch-ssl_h
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-ssl_h,v 1.1 2021/01/30 07:14:29 benoit Exp $
|
||||
|
||||
Fix -fno-common build failure.
|
||||
|
||||
--- ssl.h.org Sat Jan 30 08:09:44 2021
|
||||
+++ ssl.h Sat Jan 30 08:09:56 2021
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
-_s32 ssl_cli_tap, ssl_srv_tap;
|
||||
+extern _s32 ssl_cli_tap, ssl_srv_tap;
|
||||
|
||||
void ssl_setup(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user