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

Summary: Build issue: WITH_SUDO_TDESU_BACKEND should use same default as tdelibs
Product: TDE Reporter: Darrell <darrella>
Component: tdebaseAssignee: 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

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.