1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-27 08:00:11 +00:00

Updated libc/libc_r that fixes the FreeBSD-SA-02:28.resolv resolver bug.

Submitted by:	Trevor Johnson <trevor@jpj.net>
This commit is contained in:
David E. O'Brien 2002-08-04 05:51:05 +00:00
parent 30d90946d1
commit 29a487cb1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101299
5 changed files with 7154 additions and 9633 deletions

View File

@ -17,8 +17,13 @@ CLEANFILES+= ${LIBS} ld.so
all: ${LIBS} ld.so
.for lib in ${LIBS} ld.so
.if exists(${.CURDIR}/${lib}.gz.uu)
${lib}: ${lib}.gz.uu
uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib}
.elif exists(${.CURDIR}/${lib}.bz2.uu)
${lib}: ${.CURDIR}/${lib}.bz2.uu
uudecode -p ${.CURDIR}/${lib}.bz2.uu | bzip2 -d > ${lib}
.endif
.endfor
beforeinstall:

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff