diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-30 03:56:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-30 03:56:33 +0000 |
commit | 6453d413ce5f1c5439497a197fa7cec361f4480a (patch) | |
tree | 3a322c751b41a1fb92e48b78cda69c7aa0df57c3 /toolchain/uClibc/config/powerpc | |
parent | 9376bce2c26889aeff405ec13a4f3900889c2094 (diff) | |
download | upstream-6453d413ce5f1c5439497a197fa7cec361f4480a.tar.gz upstream-6453d413ce5f1c5439497a197fa7cec361f4480a.tar.bz2 upstream-6453d413ce5f1c5439497a197fa7cec361f4480a.zip |
enable res_close bsd compat, asterisk requires this
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10048 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/config/powerpc')
-rw-r--r-- | toolchain/uClibc/config/powerpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/config/powerpc b/toolchain/uClibc/config/powerpc index 7451c56e6c..f702bad78c 100644 --- a/toolchain/uClibc/config/powerpc +++ b/toolchain/uClibc/config/powerpc @@ -107,7 +107,7 @@ UCLIBC_HAS_RPC=y UCLIBC_HAS_FULL_RPC=y # UCLIBC_HAS_REENTRANT_RPC is not set # UCLIBC_USE_NETLINK is not set -# UCLIBC_HAS_BSD_RES_CLOSE is not set +UCLIBC_HAS_BSD_RES_CLOSE=y # # String and Stdio Support |