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/icedtea-jdk-early-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/icedtea-jdk-early-paxctl.patch')
-rw-r--r-- | main/openjdk6/icedtea-jdk-early-paxctl.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/main/openjdk6/icedtea-jdk-early-paxctl.patch b/main/openjdk6/icedtea-jdk-early-paxctl.patch deleted file mode 100644 index ce4cabef69..0000000000 --- a/main/openjdk6/icedtea-jdk-early-paxctl.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- ./openjdk/jdk/make/java/main/java/Makefile.orig 2013-04-26 08:10:58.853977182 +0000 -+++ ./openjdk/jdk/make/java/main/java/Makefile 2013-04-26 08:15:20.819826501 +0000 -@@ -58,6 +58,10 @@ - OTHER_CPPFLAGS += -DEXPAND_CLASSPATH_WILDCARDS - OTHER_CPPFLAGS += -DLAUNCHER_NAME='"$(LAUNCHER_NAME)"' - -+# We need pax mark java early -+$(ACTUAL_PROGRAM):: -+ paxctl -c -mr $@ -+ - ifeq ($(PLATFORM), solaris) - LDFLAGS += -R$(OPENWIN_LIB) - endif |