From 567de0da7e0fd7359a6bba9eef92fb1d3f7fdac5 Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Sun, 11 Sep 2016 17:44:35 +0000 Subject: [PATCH] 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 --- lib/libifconfig/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libifconfig/Makefile b/lib/libifconfig/Makefile index 924752fac9e..9c3116e747b 100644 --- a/lib/libifconfig/Makefile +++ b/lib/libifconfig/Makefile @@ -2,6 +2,7 @@ PACKAGE= lib${LIB} LIB= ifconfig +PRIVATELIB= true # Don't build shared library, for now. NO_PIC=