mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
0dbc6cfd75
commit
567de0da7e
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PACKAGE= lib${LIB}
|
||||
LIB= ifconfig
|
||||
PRIVATELIB= true
|
||||
# Don't build shared library, for now.
|
||||
NO_PIC=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue