1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build with -fno-common

This commit is contained in:
Steven Kreuzer 2020-09-18 01:07:45 +00:00
parent 57b67ec18e
commit 316e9ac74c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548872

View File

@ -11,7 +11,7 @@ MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Semi-automated, largely passive web application security audit tool
USES= shebangfix ssl
CFLAGS+= -I${OPENSSLINC}
CFLAGS+= -I${OPENSSLINC} -fcommon
LDFLAGS+= -L${OPENSSLLIB}
WRKSRC= ${WRKDIR}/${PORTNAME}