From: Waldemar Kozaczuk <[email protected]>
Committer: Waldemar Kozaczuk <[email protected]>
Branch: master
Tweaked java-from-host to filter out libX* libraries
Signed-off-by: Waldemar Kozaczuk <[email protected]>
---
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/osv-dev/0000000000007da239058fe39764%40google.com.