ftnchek: needs -fPIE to survive configure

This commit is contained in:
wiz 2024-02-10 10:22:15 +00:00
parent e6479e073f
commit f9171b2518
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.25 2023/12/30 01:52:19 zafer Exp $
# $NetBSD: Makefile,v 1.26 2024/02/10 10:22:15 wiz Exp $
DISTNAME= ftnchek-3.3.1
CATEGORIES= devel
@ -14,6 +14,8 @@ CONFIGURE_ARGS+= --disable-submodel
USE_TOOLS+= soelim
CFLAGS+= -fPIE
.if (${MACHINE_ARCH} == "arm")
CFLAGS+= -O1
.endif