Details
Details
- Reviewers
bapt - Group Reviewers
portmgr Python - Commits
- rP377692: Pass CFLAGS and LDFLAGS by default to scons build, again
poudriere logs are attached to the bug. A total of 48 consumers.
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Sorry, I've mistyped the regression commit. rP355494 was more simple
MAKE_ENV+= CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS}"
became
MAKE_ARGS+= CCFLAGS="${CCFLAGS}" LINKFLAGS="${LINKFLAGS}"