diff options
-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 |