Trying to compile a package that requires java, and currently have openjdk-11 installed.
make command is trowing this error. I tried using make -I/path/to/jdk and that didn't solve my issue. Any wild guesses on how to fix this?
Also, the package I am trying to build needs xml-security-c-devel, that I can install from a .eopkg file. But if I include this as a builddependency on package.yml, I am getting an error as the package is not available on the repos.
How can I include this dependency?