summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/openjdk-7-release-03b147.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/icedtea/openjdk-7-release-03b147.inc')
-rw-r--r--recipes-core/icedtea/openjdk-7-release-03b147.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/icedtea/openjdk-7-release-03b147.inc b/recipes-core/icedtea/openjdk-7-release-03b147.inc
index 0685729..fe18ee5 100644
--- a/recipes-core/icedtea/openjdk-7-release-03b147.inc
+++ b/recipes-core/icedtea/openjdk-7-release-03b147.inc
@@ -113,3 +113,7 @@ export DISTRIBUTION_PATCHES = " \
113 patches/icedtea-jdk-unzip.patch \ 113 patches/icedtea-jdk-unzip.patch \
114 ${CLEAN_X11_DISTRIBUTION_PATCH} \ 114 ${CLEAN_X11_DISTRIBUTION_PATCH} \
115 " 115 "
116
117# readdir_r was deprecated in glibc-2.24. Ignore the error for now
118# NOTE: When updating the recipe, please check if this is still needed
119CFLAGS_append = " -Wno-error=deprecated-declarations"