File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -65,18 +65,18 @@ cd "$BUILD_DIR"
6565
6666# Unset it to keep glibc configure happy
6767unset LD_LIBRARY_PATH
68-
68+ CFLAGS=" -O2 -fPIC -fcommon \
69+ -Wno-error=array-parameter \
70+ -Wno-error=array-bounds \
71+ -Wno-error=maybe-uninitialized \
72+ -Wno-error=zero-length-bounds \
73+ -Wno-error=stringop-overflow \
74+ -Wno-error=deprecated-declarations \
75+ -Wno-error" \
6976../glibc-$GLIBC_VERSION /configure \
70- --prefix=" $PREFIX " \
71- --without-selinux \
72- CFLAGS=" -O2 -fPIC -fcommon \
73- -Wno-error=array-parameter \
74- -Wno-error=array-bounds \
75- -Wno-error=maybe-uninitialized \
76- -Wno-error=zero-length-bounds \
77- -Wno-error=stringop-overflow \
78- -Wno-error=deprecated-declarations \
79- -Wno-error"
77+ --prefix=" $PREFIX " \
78+ --without-selinux
79+
8080
8181make -j" $( nproc) "
8282make install
You can’t perform that action at this time.
0 commit comments