aboutsummaryrefslogtreecommitdiff
path: root/libs/apr-util
Commit message (Collapse)AuthorAge
* remove unnecessary libiconv dependenciesDon Rumata2016-02-18
| | | | | | | | | | | | | | | 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: use @APACHE download facilityHeinrich Schuchardt2016-01-17
| | | | | | | Instead of explicitly specyfing an Apache mirror use the @APACHE download facility. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* apr-util 1.5.3 is no longer hosted on biblio.org.Thomas Heil2014-10-07
| | | | | | - Get it from archive.apache.org. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* apr-util: update to 1.5.4Jiri Slachta2014-09-27
| | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* apr-util: import from oldpackages, add myself as maintainer, add licenseThomas Heil2014-07-12
information, update source-url update to v1.5.3 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>