From: Waldemar Kozaczuk <jwkozac...@gmail.com>
Committer: Waldemar Kozaczuk <jwkozac...@gmail.com>
Branch: master

Tweaked java-from-host to filter out libX* libraries

Signed-off-by: Waldemar Kozaczuk <jwkozac...@gmail.com>

---
diff --git a/java-from-host/Makefile b/java-from-host/Makefile
--- a/java-from-host/Makefile
+++ b/java-from-host/Makefile
@@ -9,7 +9,7 @@ java_jre_path = $(shell dirname $(java_bin_path))
 module:
        echo "/java.so: ->$(java_exe_path)" > usr.manifest
        echo "/usr/bin/java: ->$(java_exe_path)" > usr.manifest
-       $(SRC)/scripts/manifest_from_host.sh -rR $(java_jre_path) >> 
usr.manifest
+ $(SRC)/scripts/manifest_from_host.sh -rR $(java_jre_path) | grep -vi libX
usr.manifest

 clean:
        rm -rf usr.manifest

--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/0000000000007da239058fe39764%40google.com.

Reply via email to