remove unnecessary libiconv dependencies 2392/head
authorDon Rumata <don.rumata.vk@gmail.com>
Thu, 18 Feb 2016 20:23:11 +0000 (15:23 -0500)
committerDon Rumata <don.rumata.vk@gmail.com>
Thu, 18 Feb 2016 20:23:11 +0000 (15:23 -0500)
commit5b65fbcc6502caf378f61381e5536ae5e20c72a2
tree7bc309c2969af8027960b6f3abbb10d2120aee59
parentb878c6efaa1830806361c2505810bd4cd76a1479
remove unnecessary libiconv dependencies

The compiled libaprutil library contains references to libiconv,
libiconv_open and libiconv_close functions from the full gettext
package even when the full gettext support is disabled (i.e. the
CONFIG_BUILD_NLS configuration parameter is not set). The dependency
on these ICONV functions breaks compilation of some packages that
depend on libaprutil, such as subversion:

<targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv'
<targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv_open'
<targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv_close'

Signed-off-by: Don Rumata <don.rumata.vk@gmail.com>
libs/apr-util/Makefile