pkgsrc/archivers/libarchive
ryoon e83d2c5602 libarchive: Fix bootstrap build under Haiku OS/x86_64 R1/beta2
Haiku OS R1/beta2 provides readpassphrase.h header file and
readpassphrase function in libbsd library.
And libarchive's configure script detects readpassphrase.h
and does not detect readpassphrase function.
In this case, libarchive try to use readpassphrase.h and
build and use internal readpassphrase inplementation.
readpassphrase.h defines readpassphrase function as non-static
and the internal implemantation is static.
This inconsistency breaks bootstrap pkgsrc under Haiku OS/x86_64 R1/beta2.

Add -lbsd to LIBS in Haiku OS case to fix the build and bootstrap.
2021-03-13 19:34:11 +00:00
..
files libarchive: Fix bootstrap build under Haiku OS/x86_64 R1/beta2 2021-03-13 19:34:11 +00:00
buildlink3.mk
builtin.mk archivers: align variable assignments 2019-11-02 22:54:25 +00:00
DESCR
Makefile libarchive: Update to 3.4.3 2020-05-26 09:16:39 +00:00
Makefile.common Disable lz4, unbreaking bsdtar build on OmniOS. 2020-07-03 19:57:23 +00:00
PLIST Fix PLIST 2019-09-22 19:17:21 +00:00