CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/06/24 11:30:00
Modified files:
misc/osinfo : Makefile Makefile.inc
misc/osinfo/libosinfo: Makefile
misc/osinfo/osinfo-db: Makefile
misc/osinfo/osinfo-db-tools: Makefile
Added files:
misc/osinfo/libosinfo/patches: patch-meson_build
Log message:
osinfo/*: move HOMEPAGE to https, fix the build on clang+ld.bfd archs
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)