diff options
Diffstat (limited to 'recipes-core/openjdk/openjdk-7-85b01/icedtea-jdk-build-nio-gensor-genuc-gensc-static.patch')
| -rw-r--r-- | recipes-core/openjdk/openjdk-7-85b01/icedtea-jdk-build-nio-gensor-genuc-gensc-static.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-core/openjdk/openjdk-7-85b01/icedtea-jdk-build-nio-gensor-genuc-gensc-static.patch b/recipes-core/openjdk/openjdk-7-85b01/icedtea-jdk-build-nio-gensor-genuc-gensc-static.patch deleted file mode 100644 index 3152b38..0000000 --- a/recipes-core/openjdk/openjdk-7-85b01/icedtea-jdk-build-nio-gensor-genuc-gensc-static.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | --- openjdk/jdk/make/java/nio/Makefile | ||
| 2 | +++ openjdk/jdk/make/java/nio/Makefile | ||
| 3 | @@ -966,7 +966,7 @@ | ||
| 4 | |||
| 5 | $(GENSOR_EXE) : $(TEMPDIR)/$(GENSOR_SRC) | ||
| 6 | $(prep-target) | ||
| 7 | - ($(CD) $(TEMPDIR); $(NIO_CC) $(CPPFLAGS) $(LDDFLAGS) \ | ||
| 8 | + ($(CD) $(TEMPDIR); $(NIO_CC) $(CPPFLAGS) -static $(LDDFLAGS) \ | ||
| 9 | -o genSocketOptionRegistry$(EXE_SUFFIX) $(GENSOR_SRC)) | ||
| 10 | |||
| 11 | ifdef NIO_PLATFORM_CLASSES_ROOT_DIR | ||
| 12 | @@ -1006,7 +1006,7 @@ | ||
| 13 | |||
| 14 | $(GENUC_EXE) : $(GENUC_SRC) | ||
| 15 | $(prep-target) | ||
| 16 | - $(NIO_CC) $(CPPFLAGS) -o $@ $(GENUC_SRC) | ||
| 17 | + $(NIO_CC) $(CPPFLAGS) -static -o $@ $(GENUC_SRC) | ||
| 18 | |||
| 19 | ifdef NIO_PLATFORM_CLASSES_ROOT_DIR | ||
| 20 | $(SFS_GEN)/UnixConstants.java: $(NIO_PLATFORM_CLASSES_ROOT_DIR)/sun/nio/fs/UnixConstants-$(PLATFORM)-$(ARCH).java | ||
| 21 | @@ -1032,7 +1032,7 @@ | ||
| 22 | |||
| 23 | $(GENSC_EXE) : $(GENSC_SRC) | ||
| 24 | $(prep-target) | ||
| 25 | - $(NIO_CC) $(CPPFLAGS) -o $@ $(GENSC_SRC) | ||
| 26 | + $(NIO_CC) $(CPPFLAGS) -static -o $@ $(GENSC_SRC) | ||
| 27 | |||
| 28 | ifdef NIO_PLATFORM_CLASSES_ROOT_DIR | ||
| 29 | $(SFS_GEN)/SolarisConstants.java: $(NIO_PLATFORM_CLASSES_ROOT_DIR)/sun/nio/fs/SolarisConstants-$(PLATFORM)-$(ARCH).java | ||
