Date: Sun, 11 Sep 2016 17:44:35 +0000 (UTC) From: Allan Jude <allanjude@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r305700 - head/lib/libifconfig Message-ID: <201609111744.u8BHiZNb095182@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: allanjude Date: Sun Sep 11 17:44:35 2016 New Revision: 305700 URL: https://svnweb.freebsd.org/changeset/base/305700 Log: Mark libifconfig as private until the API/ABI is stable libifconfig is still experimental and under active development. To avoid making any ABI promises, mark the library as private Suggested by: bapt Reviewed by: kp Modified: head/lib/libifconfig/Makefile Modified: head/lib/libifconfig/Makefile ============================================================================== --- head/lib/libifconfig/Makefile Sun Sep 11 17:22:54 2016 (r305699) +++ head/lib/libifconfig/Makefile Sun Sep 11 17:44:35 2016 (r305700) @@ -2,6 +2,7 @@ PACKAGE= lib${LIB} LIB= ifconfig +PRIVATELIB= true # Don't build shared library, for now. NO_PIC=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609111744.u8BHiZNb095182>