Avoid to build with broken Optimisation

This commit is contained in:
Dirk Meyer 2001-08-21 18:38:22 +00:00
parent d97ec25b50
commit ee5094ad8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46608

View file

@ -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)