aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-ext4fs/patches/100-add-ldflags.patch
Commit message (Collapse)AuthorAgeFilesLines
* make_ext4fs: Update to version 2020-01-05Hauke Mehrtens2020-01-051-11/+0
| | | | | | | 5c201be Add LDFLAGS when building libsparse.a ec17045 make_ext4fs: fix build on musl systems Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* tools/zlib: move zlib build to toolsHauke Mehrtens2018-04-281-0/+11
This allows us to link the other tools against our libz and we do not need the system zlib any more. Only the static linked library is copied to the staging directory so we have a statically linked library on all systems and not only on Linux. This also adds the new dependencies of the packages which are depending on zlib. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>