Skip to content

Commit

Permalink
net-mgmt/flowd: compiler issue on 11.2 too
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jan 21, 2019
1 parent a8581c6 commit ebb9fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-mgmt/flowd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ post-build-PERL-on:
${MAKE_CMD})

post-build-PYTHON-on:
( cd ${WRKSRC} && CFLAGS="-O2 -pipe" ${PYTHON_CMD} setup.py build )
( cd ${WRKSRC} && CFLAGS="-O0 -pipe" ${PYTHON_CMD} setup.py build )

pre-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Expand Down

0 comments on commit ebb9fee

Please sign in to comment.