aboutsummaryrefslogtreecommitdiff
path: root/libs/expat
Commit message (Collapse)AuthorAge
* libexpat: do not install soname symlinkMichael Heimpold2014-09-05
| | | | | | | | The .so symlinks (without any suffix) are only used by compiler/linker and not needed on the target system. See https://github.com/openwrt/packages/pull/274 for a short discussion. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* expat: small makefile fixesMichael Heimpold2014-09-03
| | | | | | | | | - fix licensing file list - install pkgconfig file - drop explicite call to Build/Compile - use PKG_INSTALL Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* expat: adopt hereSteven Barth2014-07-18
Signed-off-by: Steven Barth <steven@midlink.org>