[pacman-dev,0/5] Various fixes for FreeBSD (and perhaps others)

Message ID 20210417034524.204755-1-mark.weiman@markzz.com
Headers show
Series Various fixes for FreeBSD (and perhaps others) | expand

Message

Mark Weiman April 17, 2021, 3:45 a.m. UTC
This is a patch set that fixes a few issues when attempting to build on
FreeBSD.

Mark Weiman (5):
  Fix check for FSSTATSTYPE
  meson.build: Fix detection of symbols
  Add an include for signal.h when needed
  Fix build error when SIGPOLL is not available
  meson-make-symlink.sh: Make compatible with non-GNU ln

 build-aux/meson-make-symlink.sh |  8 ++++++--
 lib/libalpm/util.c              |  9 +++++++--
 meson.build                     | 15 ++++++++++++---
 src/pacman/conf.c               |  1 +
 4 files changed, 26 insertions(+), 7 deletions(-)