1
0
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:
Peter Wemm 1996-08-30 01:14:40 +00:00
parent 2eb5b7c878
commit af91b5abda
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17924
2 changed files with 4 additions and 3 deletions

View File

@ -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
View File

@ -0,0 +1 @@
static int ___fake_library___;