summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove static librariesPatrick McDermott2021-01-071-0/+1
|
* build: Drop --with-multiarchPatrick McDermott2021-01-071-1/+0
| | | | | libdir is already architecture-qualified, so --with-multiarch adds the host architecture into library paths a second time.
* build: Set ac_cv_path_mkdirPatrick McDermott2021-01-071-1/+2
| | | | | | | Autoconf sets MKDIR_P to a relative path to its install-sh because it doesn't know BusyBox's mkdir supports "-p". e2fsprogs's Makefile.in runs child make processes under subdirectories, breaking the relative path to install-sh.
* build: Set configure optionsPatrick McDermott2021-01-071-1/+11
|
* Initial commitPatrick McDermott2021-01-071-0/+18