mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Quick hack to replace a destructive libresolv.so.2.0 with something
that transparently resolves references to libc.
This commit is contained in:
parent
2eb5b7c878
commit
af91b5abda
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17924
@ -1,10 +1,10 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
|
||||
LIB=resolv
|
||||
CFLAGS+=-DDEBUG -DLIBC_SCCS
|
||||
|
||||
.PATH: ${.CURDIR}/../libc/net
|
||||
SRCS= fakelib.c
|
||||
|
||||
SRCS=gethostnamadr.c res_mkquery.c res_query.c res_send.c
|
||||
afterinstall:
|
||||
rm -f ${DESTDIR}${LIBDIR}/libresolv.a
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
1
lib/libresolv/fakelib.c
Normal file
1
lib/libresolv/fakelib.c
Normal file
@ -0,0 +1 @@
|
||||
static int ___fake_library___;
|
Loading…
Reference in New Issue
Block a user