| Summary: | Build issue: WITH_SUDO_TDESU_BACKEND should use same default as tdelibs | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Darrell <darrella> |
| Component: | tdebase | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugwatch, darrella, slavek.banko |
| Priority: | P5 | ||
| Version: | R14.0.0 [Trinity] | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Attachments: | Patch to match WITH_SUDO_TDESU_BACKEND to explicit OFF as in tdelibs | ||
Yes, it seems like a good idea. I think that you can go ahead and push the patch. Pushed to git in commit 853f2558. |
Created attachment 1598 [details] Patch to match WITH_SUDO_TDESU_BACKEND to explicit OFF as in tdelibs In tdelibs CMakeLists.txt, WITH_SUDO_TDESU_BACKEND defaults to an explicit OFF. In tdebase CMakeLists.txt, WITH_SUDO_TDESU_BACKEND defaults to $WITH_ALL_OPTIONS, which defaults to OFF but is easily changed by the packager. Proposed patch attached.