Magellan Linux

Diff of /trunk/extras/java8-openjdk/java8-openjdk-8.3.4.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 29410 by niro, Mon Jun 12 15:24:12 2017 UTC revision 29414 by niro, Tue Jun 13 08:38:25 2017 UTC
# Line 55  fi Line 55  fi
55  # provided java version  # provided java version
56  JAVA_PVER="1.8.0-openjdk-${PVER}"  JAVA_PVER="1.8.0-openjdk-${PVER}"
57    
58    JDK_UPDATE="131"
59    JDK_BUILD="b11"
60    
61  # icedtea7  # icedtea7
62  # http://icedtea.classpath.org/wiki/Main_Page  # http://icedtea.classpath.org/wiki/Main_Page
63  ICEDTEA_PVER="${PVER/8.}"  ICEDTEA_PVER="${PVER/8.}"
# Line 205  src_compile() Line 208  src_compile()
208   fi   fi
209    
210   # use in-tree sctp library   # use in-tree sctp library
211   myopts+=" --disable-system-sctp"  # myopts+=" --disable-system-sctp"
212    
213   mconfigure \   mconfigure \
214     --with-update-version="${JDK_UPDATE}" \
215     --with-build-number="${JDK_BUILD}" \
216   --with-pkgversion="Magellan-Linux ${PVER} ${ARCH}" \   --with-pkgversion="Magellan-Linux ${PVER} ${ARCH}" \
217   --with-parallel-jobs=${HOTSPOT_BUILD_JOBS} \   --with-parallel-jobs=${HOTSPOT_BUILD_JOBS} \
218   --with-jdk-home=${JDK_HOME} \   --with-jdk-home=${JDK_HOME} \
  --with-rhino \  
219   --disable-downloading \   --disable-downloading \
220   --disable-docs \   --disable-docs \
221   --disable-zero \   --enable-unlimited-crypto \
222   --disable-cacao \   --with-zlib=system \
  --disable-jamvm \  
  --disable-shark \  
  --disable-system-kerberos \  
  --enable-pulse-java \  
  --enable-nss \  
  --enable-infinality=no \  
223   ${myopts} \   ${myopts} \
224   || die   || die
225    # --with-rhino \
226    # --disable-zero \
227    # --disable-cacao \
228    # --disable-jamvm \
229    # --disable-shark \
230    # --disable-system-kerberos \
231    # --enable-pulse-java \
232    # --enable-nss \
233    # --enable-infinality=no \
234    
235   mmake patch || die   mmake patch || die
236    

Legend:
Removed from v.29410  
changed lines
  Added in v.29414