History log of /openbsd-src/lib/Makefile (Results 1 – 25 of 82)
Revision Date Author Comments
# 7957cc34 01-Dec-2021 patrick <patrick@openbsd.org>

Build libfido2 after all other libraries, as it links against one of
the other libraries, so we have to build those first.

Initial report and diff from uaa@
ok anton@ deraadt@ millert@


# f950054f 02-Jan-2021 patrick <patrick@openbsd.org>

Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for an
upcoming update to those, which will see both codebases heading into the
gnu/llvm dumpster.

Feedback from jsg@
ok deraadt@ ke

Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for an
upcoming update to those, which will see both codebases heading into the
gnu/llvm dumpster.

Feedback from jsg@
ok deraadt@ kettenis@

show more ...


# 6e3d4b76 22-Sep-2020 martijn <martijn@openbsd.org>

Link up libagentx


# 21f43879 10-Aug-2020 patrick <patrick@openbsd.org>

Un-hook and re-hook libcompiler_rt.

ok kettenis@


# 457e2542 28-Feb-2020 deraadt <deraadt@openbsd.org>

oops some snapshot tests fell in


# 7042a378 28-Feb-2020 deraadt <deraadt@openbsd.org>

sync


# a71ba28a 14-Nov-2019 djm <djm@openbsd.org>

add libcbor and libfido2


# ba3116c2 04-Feb-2019 jsg <jsg@openbsd.org>

enable libelf


# 77c08147 13-Oct-2018 kettenis <kettenis@openbsd.org>

Link libc++.so against libc++abi.so such that linking C binaries against
a C++ shared library will work correctly with modern linkers.

ok guenther@


# d2a00fac 21-Jan-2017 patrick <patrick@openbsd.org>

Hook up libcompiler_rt, libcxx and libcxxabi to the build. Since their
Makefiles are now guarded to not compile on non-clang architectures, we
can safely add them.

ok deraadt@


# 2b5055b0 23-Sep-2016 sthen <sthen@openbsd.org>

Unhook sqlite3.


# e9ff445b 14-Nov-2015 deraadt <deraadt@openbsd.org>

libocurses can go to the Attic. last consumer of it was ramdisk more(1)
conceptual ok guenther millert nicm


# 572174f2 23-Jul-2015 yasuoka <yasuoka@openbsd.org>

Build and install libradius as default.

ok deraadt


# b600beed 31-Oct-2014 jsing <jsing@openbsd.org>

Rename libressl to libtls to avoid confusion and to make it easier to
distinguish between LibreSSL (the project) and libressl (the library).

Discussed with many.


# 215b076c 14-Jul-2014 jsing <jsing@openbsd.org>

Hook libressl into the build.

Requested by deraadt@


# 84fc8f7c 22-Apr-2014 reyk <reyk@openbsd.org>

Remove KERBEROS5 from the Makefiles (except ssh for now, where it is
already manually disabled).

ok deraadt@


# 252ab50e 11-Apr-2014 miod <miod@openbsd.org>

Move build machinery for libcrypto from libssl/crypto to libcrypto, as well
as configuration files; split manpages and .pc files between libcrypto and
libssl.
No functional change, only there to make

Move build machinery for libcrypto from libssl/crypto to libcrypto, as well
as configuration files; split manpages and .pc files between libcrypto and
libssl.
No functional change, only there to make engineering easier, and libcrypto
sources are still found in libssl/src/crypto at the moment.

ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects.

show more ...


# d22d9d18 24-Mar-2014 tedu <tedu@openbsd.org>

stop building libwrap. ok deraadt


# 451e6e03 23-Mar-2014 kili <kili@openbsd.org>

Unhook librt stub. It's causing too much breakeage to the ports tree.

Prodded by espie@.


# 62e240f2 17-Mar-2014 kettenis <kettenis@openbsd.org>

enable librt


# 6c13836a 04-Dec-2013 deraadt <deraadt@openbsd.org>

express final disapproval of the interfaces in libcompat, such as
them ftime(), gtty(), stty(), re_comp(), cuserid() and others.
Discussion and ongoing work to fix the ports tree from many, especiall

express final disapproval of the interfaces in libcompat, such as
them ftime(), gtty(), stty(), re_comp(), cuserid() and others.
Discussion and ongoing work to fix the ports tree from many, especially
naddy.
ok naddy
[There is a bit more cleanup possible after that, but this is considered
the current safe step]

show more ...


# 46d66abe 01-Nov-2013 syl <syl@openbsd.org>

enable fuse.

ok deraadt@


# 39a34cf2 17-Jun-2013 robert <robert@openbsd.org>

these libraries are either obsolete or got moved to kerberosV/lib


# 77916c1d 22-Apr-2012 espie <espie@openbsd.org>

enable sqlite3, as prompted by theo


# 0181b28c 15-Feb-2012 guenther <guenther@openbsd.org>

Nothing important, just switching from pthreads to rthreads


1234