chroot-gcc: --enable-libstdcxx-time is required to build webkitgtk>=2.4.
This commit is contained in:
parent
f32e0b76d7
commit
bcc965a8d6
|
@ -12,7 +12,7 @@ _mpc_ver=1.0.2
|
|||
|
||||
pkgname=chroot-gcc
|
||||
version=${_majorver}.3
|
||||
revision=11
|
||||
revision=12
|
||||
wrksrc="gcc-${version}"
|
||||
homepage="http://gcc.gnu.org"
|
||||
short_desc="The GNU C Compiler suite -- for xbps-src use"
|
||||
|
@ -165,7 +165,7 @@ do_configure() {
|
|||
--without-cloog --without-ppl --disable-libstdcxx-pch \
|
||||
--disable-libquadmath --disable-libquadmath-support \
|
||||
--disable-libgomp --disable-libssp --disable-libitm \
|
||||
--disable-libmudflap ${_args}
|
||||
--disable-libmudflap --enable-libstdcxx-time ${_args}
|
||||
}
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in New Issue