Load native library from the correct location
Resolves: rhbz#1994935
This commit is contained in:
parent
5f13dce508
commit
931c4c2679
@ -68,7 +68,7 @@ ln -s %{java_home}/include/jni.h src/main/native/inc_linux
|
||||
ln -s %{java_home}/include/linux/jni_md.h src/main/native/inc_linux
|
||||
|
||||
# Set the JNI path
|
||||
sed -i 's,@LIBDIR@,%{libdir},' \
|
||||
sed -i 's,@LIBDIR@,%{_libdir},' \
|
||||
src/main/java/org/fusesource/jansi/internal/JansiLoader.java
|
||||
|
||||
%build
|
||||
@ -106,6 +106,8 @@ cp -p src/main/native/libjansi.so %{buildroot}%{_libdir}/%{name}
|
||||
* Wed Aug 18 2021 Marian Koncek <mkoncek@redhat.com> - 2.3.3-4
|
||||
- Avoid possible NullPointerException
|
||||
- Resolves: rhbz#1993889
|
||||
- Load native library from the correct location
|
||||
- Resolves: rhbz#1994935
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.3-3
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
|
Loading…
Reference in New Issue
Block a user