summaryrefslogtreecommitdiff
path: root/package/utils/util-linux/patches/003-fix_pkgconfig_files.patch
Commit message (Collapse)AuthorAgeFilesLines
* util-linux: update to version 2.28Hauke Mehrtens2016-04-171-2/+16
| | | | | | | | | | | | | | | The following patches were merged upstream: * 0001-switch_root-improve-statfs-f_type-portability.patch * 0002-lib-colors-use-static-buffers-when-parse-scheme.patch * 002-mkostemp.patch The following patch is not needed any more because all libc implementations support alloc in sscanf: * 001-no-printf-alloc.patch Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49191
* util-linux: fix pkgconfig filesNicolas Thill2015-03-091-0/+62
Upstream choose to not rely on configure.ac and recursively expand paths in pkgconfig files at make time, leading to absolute /usr/include & /usr/lib in there... And we don't want that when cross-compiling... Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44627