mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 17:12:46 +00:00
Make libcompat a static only library.
Since functions will come and go from libcompat as they are deprecated it makes no sense to build a shared library out of it as it will change. Based on freedback from Terry and Jonas on the mailing lists.
This commit is contained in:
parent
a6e1b30301
commit
56b688ea1c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6574
@ -3,6 +3,7 @@
|
||||
LIB=compat
|
||||
CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
|
||||
AINC= -I${.CURDIR}/../libc/${MACHINE}
|
||||
NOPIC=
|
||||
|
||||
.PATH: ${.CURDIR}/4.1/${MACHINE} ${.CURDIR}/4.1 \
|
||||
${.CURDIR}/4.3/${MACHINE} ${.CURDIR}/4.3 \
|
||||
|
Loading…
Reference in New Issue
Block a user