mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2026-03-20 09:28:40 +05:00
Compare commits
1 Commits
050e11496a
...
v24
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0703a0e7a |
8
xmake.sh
8
xmake.sh
@@ -167,6 +167,14 @@ function build_target {
|
||||
fi
|
||||
fi
|
||||
|
||||
LIBUTP_MK=$XDIR/package/feeds/packages/libutp/Makefile
|
||||
if [ -f $LIBUTP_MK ]; then
|
||||
if grep -q 'DLIBUTP_ENABLE_WERROR:BOOL=YES' $LIBUTP_MK ; then
|
||||
sed -i 's/-DLIBUTP_ENABLE_WERROR:BOOL=YES/-DLIBUTP_ENABLE_WERROR:BOOL=NO/' $LIBUTP_MK
|
||||
echo ">>> libutp patched !!! (disable Werror)"
|
||||
fi
|
||||
fi
|
||||
|
||||
RAB_LUCI_MK=$XDIR/package/feeds/_ruantiblock/luci-app-ruantiblock/Makefile
|
||||
if [ -f $RAB_LUCI_MK ]; then
|
||||
if ! grep "PKG_PROVIDES" $RAB_LUCI_MK >/dev/null ; then
|
||||
|
||||
Reference in New Issue
Block a user