commit | 6fe81736eb99dd4a581b70ee84b4426c27094a24 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jun 23 13:28:00 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jun 24 15:22:18 2016 -0500 |
tree | 81e7062a396c556a78a62bc4e67d7d6cd8847fbd | |
parent | efe8707e84e53f2ec63672f73ac2f2cf0ff05eb2 [diff] |
Fix systemd packageconfig PACKAGECONFIG is typically set with '??=' in the base recipe. In our systemd append it was being set with += which overrides the weak default (??=) so none of the default configure options were used. This patch corrects that and then removes all the default options we don't need. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>