Skip to content

Commit

Permalink
net-mgmt/flowd: this does not compile as on 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jan 16, 2018
1 parent a5a9ba0 commit 46c3c0a
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 @@ -54,7 +54,7 @@ post-build:
.endif

.if ${PORT_OPTIONS:MPYTHON}
( cd ${WRKSRC} && ${PYTHON_CMD} setup.py build )
( cd ${WRKSRC} && CFLAGS="-O2 -pipe" ${PYTHON_CMD} setup.py build )
.endif

pre-install:
Expand Down

0 comments on commit 46c3c0a

Please sign in to comment.