By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1702 - Build issue: WITH_SUDO_TDESU_BACKEND should use same default as tdelibs
Summary: Build issue: WITH_SUDO_TDESU_BACKEND should use same default as tdelibs
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2013-11-07 14:54 CST by Darrell
Modified: 2013-11-09 12:07 CST (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
Patch to match WITH_SUDO_TDESU_BACKEND to explicit OFF as in tdelibs (905 bytes, patch)
2013-11-07 14:54 CST, Darrell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2013-11-07 14:54:48 CST
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.
Comment 1 Slávek Banko 2013-11-09 09:32:45 CST
Yes, it seems like a good idea.
I think that you can go ahead and push the patch.
Comment 2 Darrell 2013-11-09 12:06:23 CST
Pushed to git in commit 853f2558.