summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* build: Enable IP SAN supportPatrick McDermott2020-12-251-1/+2
|
* Manage SONAME link with update-alternativesPatrick McDermott2020-08-061-1/+4
|
* Manage library file with update-alternativesPatrick McDermott2020-08-061-15/+14
|
* libwolfssl.24-dbg: Include debugging symbolsPatrick McDermott2020-08-061-3/+3
|
* libwolfssl.24-dbg: Include debugging messagesPatrick McDermott2020-08-051-1/+2
|
* build: Fix install_dbg targetPatrick McDermott2020-08-031-7/+19
| | | | | | | | `[ x"$(variant)" != x'dbg' ] && oh-strip -d $(destdir)` returned non-zero (from the `[` command), so an if construct is better. oh-installfiles complained about leftover files, so remove all the development files.
* build: Build dbg variantPatrick McDermott2020-08-021-12/+16
|
* build: Build client and full variantsPatrick McDermott2020-08-021-24/+46
| | | | TODO: Debugging symbols aren't installed right.
* Add binary packagesPatrick McDermott2020-07-201-0/+9
|
* build: Update build system mtimesPatrick McDermott2020-07-201-0/+2
| | | | | | | Otherwise, make tries to rebuild everything with aclocal, autoconf, autoheader, and automake. Also, create a build stamp.
* build: Fix permissions of build systemPatrick McDermott2020-07-201-0/+9
|
* build: Add build and install commandsPatrick McDermott2020-07-201-1/+16
|
* Initial commitPatrick McDermott2020-07-201-0/+10