GNOME Bugzilla – Bug 789956
Patches to fix several build issues
Last modified: 2019-05-29 10:53:28 UTC
Created attachment 363041 [details] [review] Quote variables so that an eventual new line does not make an option to be considered command Different patches from my git that make the java-atk-wrapper build better (IMHO)
Created attachment 363042 [details] [review] No need to bother with libtool versionning, since this library is is only loaded by java code and expects a simple *.so
Created attachment 363043 [details] [review] This code uses diamond operator and thus cannot be built with java 6
Created attachment 363044 [details] [review] Allow specifying the directories of *.jar and *.properties files on configure time, instead of hardcoding weird paths that don't work with jdk9 anyway
Created attachment 363045 [details] [review] A useless beautification: define JAW_JAR_NAME in configure. This will eventually allow adding in the same place JAW_MODULE_NAME for a modular j-a-w that would work with jdk9
Created attachment 363046 [details] [review] Allow to build j-a-w outside the source tree
Created attachment 363048 [details] [review] Allow to build j-a-w outside the source tree
Created attachment 363191 [details] [review] There is no point to look for both gdk-2.0 and gdk-3.0 in the same time
Created attachment 363193 [details] [review] With this patch, one can do make distcheck
Created attachment 363194 [details] [review] Nothing in the build invokes javah, so, we don't need to look for it
I believe these have been pushed to the repository.