Avoid to build with broken Optimisation
This commit is contained in:
parent
d97ec25b50
commit
ee5094ad8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46608
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ CONFIGURE_ARGS+=--with-mail=sendmail
|
|||
CONFIGURE_ARGS+=--with-news=cnews
|
||||
CONFIGURE_ARGS+=--enable-testing
|
||||
CFLAGS+=-g
|
||||
CFLAGS:= ${CFLAGS:S/-O[0-9]*//g} # gcc generates broken code in uwsmtp
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
Loading…
Reference in a new issue