adoptium / aqa-systemtest

Java load testing and other full system application tests
Apache License 2.0
19 stars 65 forks source link

Add UNIX_PATH to default CFLAGS #432

Closed Mesbah-Alam closed 3 years ago

Mesbah-Alam commented 3 years ago

For JCK8 to compile, we need to pass into the CFLAGS the path to the folder containing jckjni_md.h. This was removed by https://github.com/adoptium/aqa-systemtest/pull/430/files#diff-ce706353a6b9b131babe2b82433446abac32dc9cfd44b16cabd4c5272d7724dbL143.

In this PR, to remove confusion, we are using the UNIX_PATH variable in the default CFLAG values to supply the path to the headers - which solves the JCK8 compile issue. For later versions we do not see the issue as for those we have the "linux" folder which contains the headers.

Signed-off-by: Mesbah-Alam Mesbah_Alam@ca.ibm.com

Mesbah-Alam commented 3 years ago

Test : Grinder/16656/

Mesbah-Alam commented 3 years ago

@JasonFengJ9 - please review.