From: Nadav Har'El <n...@scylladb.com>
Committer: Nadav Har'El <n...@scylladb.com>
Branch: master

Do not include libosv.so in Java module

This patch removes the unused libosv.so library from the Java module.
Because libosv.so is built based on the kernel executable, when the
executable itself needs to contain libosv.so, we have a vicious circle.
So before this patch, the command
        make clean
        scripts/build image=java fs=ramfs
(note the fs=ramfs, causing all the files to be included in the kernel
executable)
fails with
        strip: 'libosv.so': No such file

This patch simply removes libosv.so from the java module. Nothing seems
to rely on it.

Signed-off-by: Nadav Har'El <n...@scylladb.com>
Message-Id: <20170518133747.15842-1-...@scylladb.com>

---
diff --git a/modules/java-base/usr.manifest b/modules/java-base/usr.manifest
--- a/modules/java-base/usr.manifest
+++ b/modules/java-base/usr.manifest
@@ -9,4 +9,3 @@
 /usr/lib/&/libexpat.so.1: %(miscbase)s/usr/lib64/&
 /usr/lib/&/libjpeg.so.62: %(miscbase)s/usr/lib64/&
 /usr/lib/jni/monitor.so: ${MODULE_DIR}/obj/jni/monitor.so
-/usr/lib/libosv.so: libosv.so

--
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to