diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-10-17 10:54:24 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-10-17 10:57:56 +0000 |
commit | 18f46d9ef713478ea3a50cf83d24c00cd039b71c (patch) | |
tree | 0f6a3a75d440bbe7bd18e6017edefbef76e0556b /main/openjdk6/build-paxctl.patch | |
parent | 66912503366af8a894ed8c0bee69c55396bf2df3 (diff) | |
download | aports-18f46d9ef713478ea3a50cf83d24c00cd039b71c.tar.bz2 aports-18f46d9ef713478ea3a50cf83d24c00cd039b71c.tar.xz |
main/openjdk6: upgrade to icedtea6 1.12.6
* use --with-pax from upstream instead of our patches
* build without bootstrapping by default to speed up compiles
(define BOOTSTRAP=yes to do bootstrap build with gcj)
Diffstat (limited to 'main/openjdk6/build-paxctl.patch')
-rw-r--r-- | main/openjdk6/build-paxctl.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/main/openjdk6/build-paxctl.patch b/main/openjdk6/build-paxctl.patch deleted file mode 100644 index 3e1af2d86c..0000000000 --- a/main/openjdk6/build-paxctl.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/Makefile.am.orig -+++ b/Makefile.am -@@ -1334,6 +1334,7 @@ - mkdir -p bootstrap - rm -f $(BOOT_DIR) - ln -sf $(ICEDTEA_HOME) $(BOOT_DIR); \ -+ paxctl -c -mr $(BOOT_DIR)/bin/* $(BOOT_DIR)/jre/bin/* ; \ - if ! $(BOOT_DIR)/bin/java -version ; \ - then \ - echo "$(BOOT_DIR)/bin/java" \ |