]> git.pld-linux.org Git - packages/oracle-java8.git/commitdiff
disable stripping
authorJan Palus <atler@pld-linux.org>
Fri, 28 Jul 2017 15:46:45 +0000 (17:46 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 28 Jul 2017 15:47:19 +0000 (17:47 +0200)
oracle-java8.spec

index 2e8d95f2325af34c28cf2a4a6107ce71067d7dcd..35330351486d589acb3975bd225a8d7acae758cb 100644 (file)
@@ -108,6 +108,10 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # binary packages already stripped
 %define                _enable_debug_packages 0
 
+# disable stripping which breaks ie jmap -heap <pid>
+# Caused by: java.lang.RuntimeException: unknown CollectedHeap type : class sun.jvm.hotspot.gc_interface.CollectedHeap
+%define                no_install_post_strip   1
+
 %description
 This package symlinks Oracle Java development tools provided by
 java8-jdk-base to system-wide directories like /usr/bin, making Oracle
This page took 0.07145 seconds and 4 git commands to generate.