summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-01-02Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for anpatrick1-2/+2
upcoming update to those, which will see both codebases heading into the gnu/llvm dumpster. Feedback from jsg@ ok deraadt@ kettenis@
2020-09-22Link up libagentxmartijn1-2/+2
2020-08-10Un-hook and re-hook libcompiler_rt.patrick1-2/+2
ok kettenis@
2020-02-28oops some snapshot tests fell inderaadt1-5/+2
2020-02-28syncderaadt1-2/+5
2019-11-14add libcbor and libfido2djm1-3/+3
2019-02-04enable libelfjsg1-2/+2
2018-10-13Link libc++.so against libc++abi.so such that linking C binaries againstkettenis1-2/+2
a C++ shared library will work correctly with modern linkers. ok guenther@
2017-01-21Hook up libcompiler_rt, libcxx and libcxxabi to the build. Since theirpatrick1-2/+3
Makefiles are now guarded to not compile on non-clang architectures, we can safely add them. ok deraadt@
2016-09-23Unhook sqlite3.sthen1-2/+2
2015-11-14libocurses can go to the Attic. last consumer of it was ramdisk more(1)deraadt1-2/+2
conceptual ok guenther millert nicm
2015-07-23Build and install libradius as default.yasuoka1-3/+4
ok deraadt
2014-10-31Rename libressl to libtls to avoid confusion and to make it easier tojsing1-3/+3
distinguish between LibreSSL (the project) and libressl (the library). Discussed with many.
2014-07-14Hook libressl into the build.jsing1-2/+2
Requested by deraadt@
2014-04-22Remove KERBEROS5 from the Makefiles (except ssh for now, where it isreyk1-7/+1
already manually disabled). ok deraadt@
2014-04-11Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellmiod1-2/+2
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.
2014-03-24stop building libwrap. ok deraadttedu1-2/+2
2014-03-23Unhook librt stub. It's causing too much breakeage to the ports tree.kili1-2/+2
Prodded by espie@.
2014-03-17enable librtkettenis1-2/+2
2013-12-04express final disapproval of the interfaces in libcompat, such asderaadt1-3/+2
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]
2013-11-01enable fuse.syl1-2/+2
ok deraadt@
2013-06-17these libraries are either obsolete or got moved to kerberosV/librobert1-2/+2
2012-04-22enable sqlite3, as prompted by theoespie1-2/+2
2012-02-15Nothing important, just switching from pthreads to rthreadsguenther1-2/+2
2010-10-28unlink libdes src/ports users have been switched to libcryptojsg1-2/+2
2010-10-17unlink libsectok from the build; ok markus@ deraadt@djm1-2/+2
2008-10-27rename libsa to libsndioratchov1-2/+2
requested by many, "just go for it" deraadt@
2008-10-26add minimal server capability to aucat(1). When started in serverratchov1-2/+2
mode, it listens on an unix socket and mixes/demultiplexes any number of full-duplex streams, doing necessary format conversions and resampling on the fly. programs can use the new libsa(3) library to play and record audio. The library provides a very simple API to connect to the audio server; if aucat(1) isn't running, it uses the audio(4) driver transparently instead.
2007-10-18synch expat major number with xenocara, and then some.espie1-2/+3
activate it in the build.
2005-12-16libresolv.a is no longer neededderaadt1-2/+2
2005-04-18remove libcurses++millert1-2/+2
2003-07-14Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, David Krause, ...mho1-2/+8
2003-05-14Get rid of libtelnet, it is compiled into the tree programshin1-2/+2
(telnetd, telnet and tn3270) that use them instead. This gets rid of a really hairy dependency between telnet and libtelnet. ok millert@
2003-01-14Bye-bye libc_r. libc_r and libnpthread go away. libpthreadmarc1-2/+2
takes their place. The -pthread option to gcc uses libpthread. ppc portion of patch from drahn@ (thanks). gcc portions of patch OK espie@. Ports testing (no bad effects!) by naddy@ best build sequence is: build gcc, build system, build ports remove /usr/lib/lib{c_r,npthread}.*. Note, once libc_r and libnpthread is removed threaded ports will stop working until they have been re-built using the libpthread and the updated gcc. That's why the above build sequence is recommended.
2002-11-16Enable libpthread, kind of....marc1-3/+3
The library is installed as libnpthread, not libpthread. This gets around broken autoconf ports that attempt to link using both -lpthread and -pthread. The next step will be to change the gcc -pthread flag to use this lib instead of libc_r.
2002-08-11Sort: put libkvm where it belongs.art1-3/+3
2002-06-15enable libeventprovos1-3/+3
2001-12-30Rename libusb to libusbhid, a better name, per NetBSDpvalchev1-2/+2
2001-09-03build libusbpvalchev1-2/+2
2001-07-11remove mips leftovers; ok bradpvalchev1-10/+5
2001-06-27kill libkvm.oldart1-11/+2
2001-06-07enable libsectokderaadt1-3/+3
2001-02-04libc_r builds on alpha againderaadt1-7/+2
2000-11-19XXX - Alpha port doesn't currently support weak symbolsmillert1-2/+7
2000-01-30i386 is a new libkvm nowmickey1-3/+3
1999-08-28For the moment libcurses++ breaks on mipsniklas1-2/+7
1999-05-23Add libkeynote in the build list.angelos1-4/+4
1999-05-09c++ clasess for ncursesmillert1-2/+3
1999-04-23mac68k uses libkvm nowdownsj1-3/+3
1999-01-19enable libc_rd1-2/+2