mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
openjdk7-bootstrap: use create_wrksrc
This commit is contained in:
parent
64333828a0
commit
e1064aca77
1 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,7 @@ _final_jdk_home="/usr/lib/jvm/java-1.7-openjdk"
|
||||||
version=7u221b02
|
version=7u221b02
|
||||||
revision=4
|
revision=4
|
||||||
archs="x86_64* i686* aarch64* arm* ppc64*"
|
archs="x86_64* i686* aarch64* arm* ppc64*"
|
||||||
wrksrc=icedtea-${_icedtea_ver}
|
create_wrksrc=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--with-parallel-jobs=${XBPS_MAKEJOBS}
|
--with-parallel-jobs=${XBPS_MAKEJOBS}
|
||||||
|
@ -88,9 +88,10 @@ nocross=yes
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
mv icedtea-*/* .
|
||||||
# ensure they're cleaned up
|
# ensure they're cleaned up
|
||||||
mv ../apache-ant-${_ant_ver} ${wrksrc}/apache-ant
|
mv apache-ant-${_ant_ver} apache-ant
|
||||||
mv ../rhino${_rhino_ver} ${wrksrc}/rhino
|
mv rhino${_rhino_ver} rhino
|
||||||
|
|
||||||
# distrib patches are relative to wrksrc
|
# distrib patches are relative to wrksrc
|
||||||
for patch in $(cat ${FILESDIR}/dist_patches_${XBPS_TARGET_LIBC}.txt); do
|
for patch in $(cat ${FILESDIR}/dist_patches_${XBPS_TARGET_LIBC}.txt); do
|
||||||
|
|
Loading…
Add table
Reference in a new issue