mirror of
https://github.com/openwrt/packages.git
synced 2025-07-31 10:21:34 +00:00
For MIPS and PowerPC, we need to disable atomics. Otherwise we get linker errors with them. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
18 lines
581 B
Diff
18 lines
581 B
Diff
--- a/Makefile.config
|
|
+++ b/Makefile.config
|
|
@@ -363,10 +363,10 @@ clean:
|
|
.PHONY: libraries
|
|
libraries: \
|
|
configdir \
|
|
- LIB_ACL LIB_AIO LIB_APPARMOR LIB_BSD LIB_CRYPT LIB_DL \
|
|
- LIB_EGL LIB_GBM LIB_GLES2 LIB_GMP LIB_IPSEC_MB LIB_JPEG \
|
|
- LIB_JUDY LIB_KMOD LIB_MD LIB_MPFR LIB_PTHREAD LIB_PTHREAD_SPINLOCK \
|
|
- LIB_RT LIB_SCTP LIB_XXHASH LIB_Z
|
|
+ LIB_AIO LIB_APPARMOR LIB_BSD LIB_CRYPT LIB_DL \
|
|
+ LIB_IPSEC_MB LIB_JPEG \
|
|
+ LIB_JUDY LIB_KMOD LIB_MD LIB_PTHREAD LIB_PTHREAD_SPINLOCK \
|
|
+ LIB_RT LIB_SCTP LIB_Z
|
|
|
|
LIB_ACL:
|
|
$(call check,test-libacl,HAVE_LIB_ACL,$(LIB_ACL),$(LIB_ACL))
|