HomeFreeBSD

- Fix build in presence of elfutils

Description

  • Fix build in presence of elfutils

Approved by: portmgr blanket

Details

Provenance
AMDmi3Authored on Jul 5 2018, 8:11 PM
Parents
R11:6a06e692f966: www/py-graphite-api: clean up rc.d script
Branches
Unknown
Tags
Unknown

Event Timeline

Hi mark,

Can you give me a little bit of context because I'm not able to reproduce a build failure
with the port at the current state.
Does this patch requires D38092 as a dependency ?

Regards,

  • rodrigo

Hi mark,

Can you give me a little bit of context because I'm not able to reproduce a build failure
with the port at the current state.
Does this patch requires D38092 as a dependency ?

The port at the current state does not fail to build. It fails to build if you revert this commit from 2018.

The problem with this patch is that it causes elfdeps to not be built. So my patch in D38092 reverts this commit, and patches elfdeps.c so that it can be compiled on FreeBSD.