Codebase list lwjgl / 9cc5dad
Override dh_shlibdeps and fix broken link against libawt.so. Markus Koschany 5 years ago
2 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
44 Thanks to Petr Cvek for the report and Le Gall Guillaume for further
55 investigations and the patch. (Closes: #912631)
66 * Declare compliance with Debian Policy 4.3.0.
7 * Override dh_shlibdeps and fix broken link against libjawt.so.
78
89 -- Markus Koschany <apo@debian.org> Fri, 28 Dec 2018 22:35:13 +0100
910
1717
1818 override_dh_auto_clean:
1919 find src/native/ -name '*org_lwjgl_*.h' -delete
20
21 override_dh_shlibdeps:
22 #workaround for "couldn't find libjawt.so"
23 LD_LIBRARY_PATH="/usr/lib/jvm/default-java/lib:$(LD_LIBRARY_PATH)" dh_shlibdeps
24