Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rework CFLAGS/CPPFLAGS settings during configuration | Brent Cook | 2015-03-22 | 1 | -1/+0 |
| | | | | | | Move define adjustments to CPPFLAGS. Adjust user CFLAGS directly, do not override during configuration. USER_CFLAGS is not necessary to build libcompat_noopt correctly. | ||||
* | conditionally build certhash into openssl(1) | Brent Cook | 2015-02-14 | 1 | -1/+6 |
| | | | | | For now, look for openat and symlink. We may switch to just needing symlink later. | ||||
* | add the new openssl(1) certhash command | Brent Cook | 2015-02-11 | 1 | -0/+1 |
| | |||||
* | simplify building the apps Makefile | Brent Cook | 2014-12-06 | 1 | -0/+82 |
Remove extra machinery in favor of a plain-old Makefile.am. Tighten up what files are copied on build, package a simple openssl.cnf. |