mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Install in /usr/lib/compat where ld.so can find it for older binaries,
but autoconf/ld/etc won't find it for new builds..
This commit is contained in:
parent
c957118ef9
commit
6a4f4039bc
1 changed files with 2 additions and 0 deletions
|
|
@ -1,10 +1,12 @@
|
|||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
|
||||
LIB=resolv
|
||||
LIBDIR=/usr/lib/compat
|
||||
|
||||
SRCS= fakelib.c
|
||||
|
||||
afterinstall:
|
||||
rm -f ${DESTDIR}${LIBDIR}/libresolv.a
|
||||
rm -f ${DESTDIR}/usr/lib/libresolv.*
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue