The generated binaries from libosinfo used to include _Unwind_* symbols, they were unresolved on clang+ld.bfd archs, with possible consequences at runtime on lld archs. Drop '-fexceptions', so we don't generate such symbols. Also remove a trailing whitespace in osinfo's Makefile. Thanks to sthen and aja for hints! OK aja@ (maintainer)
9 lines
181 B
Makefile
9 lines
181 B
Makefile
# $OpenBSD: Makefile,v 1.2 2020/06/24 17:30:00 cwen Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += libosinfo
|
|
SUBDIR += osinfo-db
|
|
SUBDIR += osinfo-db-tools
|
|
|
|
.include <bsd.port.subdir.mk>
|