summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* openssl: Limit adding latomic to riscv32/riscv64 aloneKhem Raj2023-12-211-1/+4
| | | | | | This is not needed on all architectures. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-clang: Convert to new override syntaxSigned-off-by: Martin Jansa2021-08-031-4/+4
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openssh: Link with compiler-rt when using clangKhem Raj2021-04-231-3/+0
| | | | | | | | clang -ftrapv, needs compiler-rt [1] [1] https://github.com/openssh/openssh-portable/blob/master/INSTALL#L7 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openssl: Link with libatomic for riscv platformKhem Raj2019-08-121-0/+8
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* samba: move to dynamic layersAnuj Mittal2019-04-012-13/+0
| | | | | | Leads to errors otherwise when networking layer isn't included. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Remove the + sign when using appendMastaG2019-03-151-1/+1
|
* Fix duplicates symbols when building with lldMastaG2019-03-152-0/+13
| | | | | Samba: https://svnweb.freebsd.org/ports/branches/2018Q4/net/samba47/files/patch-source3__wscript_build?view=markup&pathrev=481551 Wayland: https://gitlab.freedesktop.org/wayland/wayland/commit/c70fd8a812d74b5ef6fcba1287b409f4f8821e91
* openssh: Remove use of -ftrapv when using clangKhem Raj2015-08-221-0/+3
lang with '-ftrapv' generates 'call __mulodi4', which is only implemented in compiler-rt library. However compiler-rt library only has i386/x86_64 backends (see '/usr/lib/clang/3.7.0/lib/linux/libclang_rt.*'). Gcc, on the other hand, generate 'call __mulvdi3', which is implemented in libgcc Signed-off-by: Khem Raj <raj.khem@gmail.com>