Android build for ungoogled-chromium. https://uc.droidware.info
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
531 B
14 lines
531 B
Add -Wno-error to CFLAGS
|
|
author: Wengling Chen <[email protected]>
|
|
|
|
--- a/src/buildtools/third_party/eu-strip/build.sh
|
|
+++ b/src/buildtools/third_party/eu-strip/build.sh
|
|
@@ -12,7 +12,7 @@
|
|
mkdir build
|
|
cd build
|
|
../configure --enable-maintainer-mode
|
|
-make -j40
|
|
+make -j40 CFLAGS=-Wno-error
|
|
gcc -std=gnu99 -Wall -Wshadow -Wunused -Wextra -fgnu89-inline \
|
|
-Wformat=2 -Werror -g -O2 -Wl,-rpath-link,libelf:libdw -Wl,--build-id=none -o eu-strip \
|
|
src/strip.o libebl/libebl.a libelf/libelf.a lib/libeu.a libdw/libdw.a -ldl -lz
|
|
|