Skip to content
Commit af8ff377 authored by Belal, Awais's avatar Belal, Awais Committed by Martin Jansa
Browse files

iperf: fix out of tree configuration



The configure step uses a package header to check for support
of types/declares, this package header encapsulates all the
required system headers for providing the needed resources.
When configured from an out of tree directory the package
header is not found due to the hard path.
We now make the path for package header relative to 'srcdir' so
it is found appropriately.

Signed-off-by: default avatarAwais Belal <awais_belal@mentor.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent e2f8425e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment