Skip to content

Commit

Permalink
icu: bump gcc requirement to gcc 4.9
Browse files Browse the repository at this point in the history
to resolve an error observed in centos 7 builds

http://lists.busybox.net/pipermail/buildroot/2020-June/284800.html
  • Loading branch information
alarixnia committed Oct 21, 2020
1 parent 141deb0 commit 2ea4431
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions textproc/icu/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.133 2020/06/02 08:34:35 adam Exp $
# $NetBSD: Makefile,v 1.134 2020/10/21 19:39:53 nia Exp $

DISTNAME= icu4c-67_1-src
PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g}
Expand All @@ -16,13 +16,15 @@ LICENSE= mit
WRKSRC= ${WRKDIR}/icu/source
USE_LANGUAGES= c99 c++
USE_TOOLS+= gmake pkg-config
GCC_REQD+= 4.8
TEST_TARGET= check
UNLIMIT_RESOURCES+= datasize
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-static
CONFIGURE_ENV+= U_MAKE=${TOOLS_GMAKE}

# error: 'max_align_t' in namespace 'std' does not name a type
GCC_REQD+= 4.9

CHECK_SSP_SKIP= lib/libicudata.so*

PYTHON_FOR_BUILD_ONLY= tool
Expand Down

0 comments on commit 2ea4431

Please sign in to comment.