Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:openSUSE:Factory:rpmlint
jansi
jansi-jni.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jansi-jni.patch of Package jansi
--- a/src/main/java/org/fusesource/jansi/internal/JansiLoader.java 2020-12-15 03:03:00.000000000 -0700 +++ b/src/main/java/org/fusesource/jansi/internal/JansiLoader.java 2020-12-15 07:57:30.238720226 -0700 @@ -295,6 +295,11 @@ public class JansiLoader { } else { triedPaths.add(jansiNativeLibraryPath); } + } else { + if (loadNativeLibrary(new File("@LIBDIR@/jansi", jansiNativeLibraryName))) { + loaded = true; + return; + } } // Load the os-dependent library from the jar file
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor