I needed the following patch in order for file capabilities to correctly
install.  If there is a better way to do this, that's fine with me, but
CC was undefined and this was the easiest way to get past this.

thanks,
-serge

Signed-off-by:  Serge Hallyn <[EMAIL PROTECTED]>
---

diff -Nrup 
ltp-full-20080831/testcases/kernel/security/filecaps/checkforlibcap.sh 
ltp-full-20080831.new/testcases/kernel/security/filecaps/checkforlibcap.sh
--- ltp-full-20080831/testcases/kernel/security/filecaps/checkforlibcap.sh      
2008-08-31 10:33:01.000000000 -0400
+++ ltp-full-20080831.new/testcases/kernel/security/filecaps/checkforlibcap.sh  
2008-09-23 22:56:37.000000000 -0400
@@ -19,6 +19,9 @@
 ##                                                                            
##
 
################################################################################
 
+if [ "x$CC" == "x" ]; then
+       export CC=gcc
+fi
 yesno=0
 if [ "$1" == "yesno" ]; then
        yesno=1

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to