void-packages/common
Đoàn Trần Công Danh 0d75e72b8b build-style/cmake: pass LIBS as CMAKE_*_STANDARD_LIBRARIES
Normally, we can add them into configure_args directly.
However, if we need to link with 2 or more libaries (e.g. -latomic
and -lexecinfo on armv6-musl), we have noway to do it properly:
- configure_args will be splited on whitespace
- cmake denies to recognise CMAKE_*_STANDARD_LIBRARIES as a list,
  hence denies to split on semicolon (";")

Let's pass LIBS as CMAKE_*_STANDARD_LIBRARIES instead.
2022-02-23 21:28:37 +07:00
..
build-helper build-helper/numpy: fix typo 2022-01-18 16:19:51 -03:00
build-profiles build-styles: add zig-build 2021-11-13 11:46:21 -03:00
build-style build-style/cmake: pass LIBS as CMAKE_*_STANDARD_LIBRARIES 2022-02-23 21:28:37 +07:00
chroot-style common/chroot-style: clean up bwrap.sh. 2021-11-12 23:12:51 -03:00
cross-profiles build-styles: add zig-build 2021-11-13 11:46:21 -03:00
environment build-style/R-cran: allow to override distfiles 2022-01-29 19:51:56 +01:00
hooks nostrip_files: allow full path 2022-01-08 17:51:54 +01:00
repo-keys repo-keys: remove my testing repo key as it's unofficial 2020-04-01 20:55:45 +02:00
scripts common/lint-commits: error out on non-conventional subject 2021-11-03 22:31:25 +01:00
travis spdx-licenses-list: update to 3.16. 2022-02-14 21:19:14 +01:00
wrappers common/wrappers: add -L/usr/lib{32,64} to arguments ignored by cross-cc. 2021-02-09 23:01:46 -03:00
xbps-src shutils: introduce XBPS_ORIG_MAKEJOBS variable 2022-02-11 20:03:30 +01:00
options.description darktable: add missing optional dependencies 2022-01-05 19:10:23 +01:00
shlibs protobuf: update to 3.19.4. 2022-02-23 00:05:45 -05:00