diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2020-11-02 12:22:20 +0100 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2020-11-09 14:35:48 +0100 |
commit | 7be4ddd753916403be46754fe5e1465ac0c08acc (patch) | |
tree | faa5409816b275359e086a54b02dd9f82e8f3d2b /recipes-core/icedtea/openjdk-7-release-03b147.inc | |
parent | 609b90efb763d1d896ab96202d00e2f51df64ff2 (diff) | |
download | meta-java-warrior.tar.gz |
icedtea-7: add fix for deprecated sys/sysctl.h includewarrior
As glibc deprecated sys/sysctl.h we use linux/sysctl.h for now.
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Cherry-picked-from: 9c61ac937e5c54e3ef34d41dda8f635209ac52b7
Diffstat (limited to 'recipes-core/icedtea/openjdk-7-release-03b147.inc')
-rw-r--r-- | recipes-core/icedtea/openjdk-7-release-03b147.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/icedtea/openjdk-7-release-03b147.inc b/recipes-core/icedtea/openjdk-7-release-03b147.inc index 9816c0c..9189fcc 100644 --- a/recipes-core/icedtea/openjdk-7-release-03b147.inc +++ b/recipes-core/icedtea/openjdk-7-release-03b147.inc | |||
@@ -93,6 +93,7 @@ OPENJDK_PATCHES = " \ | |||
93 | file://icedtea-jdk-unzip.patch;apply=no \ | 93 | file://icedtea-jdk-unzip.patch;apply=no \ |
94 | file://icedtea-hotspot-handle-gcc7-format-overflow.patch;apply=no \ | 94 | file://icedtea-hotspot-handle-gcc7-format-overflow.patch;apply=no \ |
95 | file://icedtea-hotspot-fix-prefix_relocInfo-declaration.patch;apply=no \ | 95 | file://icedtea-hotspot-fix-prefix_relocInfo-declaration.patch;apply=no \ |
96 | file://icedtea-jdk-replace-sys-sysctl.patch;apply=no \ | ||
96 | " | 97 | " |
97 | 98 | ||
98 | OPENJDK_HEADLESS_PATCHES = " \ | 99 | OPENJDK_HEADLESS_PATCHES = " \ |
@@ -118,6 +119,7 @@ export DISTRIBUTION_PATCHES = " \ | |||
118 | patches/icedtea-jdk-unzip.patch \ | 119 | patches/icedtea-jdk-unzip.patch \ |
119 | patches/icedtea-hotspot-handle-gcc7-format-overflow.patch \ | 120 | patches/icedtea-hotspot-handle-gcc7-format-overflow.patch \ |
120 | patches/icedtea-hotspot-fix-prefix_relocInfo-declaration.patch \ | 121 | patches/icedtea-hotspot-fix-prefix_relocInfo-declaration.patch \ |
122 | patches/icedtea-jdk-replace-sys-sysctl.patch \ | ||
121 | ${CLEAN_X11_DISTRIBUTION_PATCH} \ | 123 | ${CLEAN_X11_DISTRIBUTION_PATCH} \ |
122 | " | 124 | " |
123 | 125 | ||