Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building native library from maven via autotools #29

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

judovana
Copy link
Collaborator

Although all seems to be in same same place and in same shape as before, the tests are now failing. Seems I haed overestimated my autotols powers (@gnu-andrew help needed:( )

By default, both profiles are activated. (nothig == -Pjava,natives
You can run -Pjava if you wish to build only java part (eg call from make)
-Pnatives can not be run alone.
I had left headers generation in java part for several reasons:
 - it is javac call
 - it would require duplication of maven-compile rplugin declaration
   (move of javc -h configuration)
 - once the crosscompilation is added, that would require another
   triplication f maven compiler plugin and duplication of java -h
   configuration
This is intentional separate chnage, otherwise the refactoring form previous
commit will be unreadable
@judovana
Copy link
Collaborator Author

resolves #25

@judovana judovana changed the title WIP - building native library from maven via autotools building native library from maven via autotools Sep 14, 2021
@judovana
Copy link
Collaborator Author

tests are passing, the /var/lib/sss/pipes/nss had stroked again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant