Juniper / ebplane

eBPF based dataplane prototypes
Apache License 2.0
23 stars 4 forks source link

Minimal fix that allows to build libelf. #13

Closed ccontavalli-j closed 5 years ago

ccontavalli-j commented 5 years ago

This is PR 1 of N to fix the build environment.

With this change, libelf becomes buildable with the host installed gcc.

How this works:

With this change, the build is no longer hermetic, gcc, m4, make are required to be installed on the host. Follow up changes will make the build hermetic again.