diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-15 09:04:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-15 09:04:40 +0000 |
commit | df05d61f029c78c2c2560e3b8126374ede605eec (patch) | |
tree | d4072b77f3be5b8fe418c5f69bfa56b570b5b163 /libc/inet/Makefile | |
parent | 5f7b130ef0be7111b91d91e9a77a6226b048489b (diff) |
Patch from Tony J. White:
I've created a patch for adding dn_expand() to uClibc 0.9.21.
dn_expand() is used by at least ipsec-tools and also openldap I think.
Diffstat (limited to 'libc/inet/Makefile')
-rw-r--r-- | libc/inet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/inet/Makefile b/libc/inet/Makefile index 4614e1452..092480f82 100644 --- a/libc/inet/Makefile +++ b/libc/inet/Makefile @@ -42,7 +42,8 @@ MOBJ2=encodeh.o decodeh.o encoded.o decoded.o lengthd.o encodeq.o \ closenameservers.o resolvename.o gethostbyname.o res_init.o \ res_query.o gethostbyaddr.o read_etc_hosts_r.o get_hosts_byname_r.o \ get_hosts_byaddr_r.o gethostbyname2.o getnameinfo.o gethostent.o \ - gethostbyname_r.o gethostbyname2_r.o gethostbyaddr_r.o + gethostbyname_r.o gethostbyname2_r.o gethostbyaddr_r.o \ + res_comp.o ns_name.o MSRC3=socketcalls.c MOBJ3= accept.o bind.o connect.o getpeername.o getsockname.o getsockopt.o \ |