git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9c901e1
)
boost: Fix embarassing ARC typo
author
Rosen Penev
<redacted>
Sun, 22 Dec 2019 01:39:19 +0000
(17:39 -0800)
committer
GitHub
<redacted>
Sun, 22 Dec 2019 01:39:19 +0000
(17:39 -0800)
Signed-off-by: Rosen Penev <redacted>
libs/boost/Makefile
patch
|
blob
|
history
diff --git
a/libs/boost/Makefile
b/libs/boost/Makefile
index 6c8e54310fb4b71c24b7663d678521172c5300ec..f1bb01b0fcb41e954bf7595d2095a1163f9657ea 100644
(file)
--- a/
libs/boost/Makefile
+++ b/
libs/boost/Makefile
@@
-120,7
+120,7
@@
define Package/boost/config
# Invisible config dependency
config boost-context-exclude
bool
- default y if (TARGET_arc7
0
0 || TARGET_archs38 || TARGET_octeon || TARGET_octeontx)
+ default y if (TARGET_arc7
7
0 || TARGET_archs38 || TARGET_octeon || TARGET_octeontx)
default n
config boost-coroutine-exclude
git clone https://git.99rst.org/PROJECT