diff options
author | P. J. McDermott <pjm@nac.net> | 2013-04-01 19:18:42 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-04-01 19:18:42 (EDT) |
commit | de0f8b73a539d239d043d5052831f6df723edd20 (patch) | |
tree | 3703befc7f3b6dcdec9691ce1d2b71ae3e56ca81 | |
parent | ac0f247efe366627f235957c8f630c94893ed4fa (diff) |
libc.6: Add /etc/gai.conf.
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | libc.6.pkg/files | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -93,6 +93,7 @@ install-libc: build-libc [ "x${OPK_HOST_ARCH_KERNEL}" = 'xlinux' ] && \ rm -f dest/usr/lib/*/pt_chown cp ../nsswitch.conf dest/etc + cp src/libc/posix/gai.conf dest/etc cp src/libc/nscd/nscd.conf dest/etc rm -f dest/etc/ld.so.cache diff --git a/libc.6.pkg/files b/libc.6.pkg/files index 0ca6838..a4d2e14 100644 --- a/libc.6.pkg/files +++ b/libc.6.pkg/files @@ -1,5 +1,6 @@ /lib/*/*.so* /usr/lib/*/gconv +/etc/gai.conf /etc/ld.so.conf /etc/localtime /etc/nsswitch.conf |