Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 20753 Details for
Bug 33488
cisco-vpnclient-3des forces use of 'CC=cc'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff to driver_build.sh
driver_build_CC.patch (text/plain), 547 bytes, created by
Jesse Becker
on 2003-11-14 16:03:51 UTC
(
hide
)
Description:
diff to driver_build.sh
Filename:
MIME Type:
Creator:
Jesse Becker
Created:
2003-11-14 16:03:51 UTC
Size:
547 bytes
patch
obsolete
>--- driver_build.sh 2003-06-11 20:11:53.000000000 -0500 >+++ f 2003-11-14 18:00:49.000000000 -0600 >@@ -25,7 +25,7 @@ > echo "" > } > >-CC=cc >+CC=${CC:=gcc} > LD=ld > > KSRCDIR=$1 >@@ -40,6 +40,12 @@ > > INCLUDES="-I. -I${KSRCDIR}/include" > CFLAGS="-O2 -DCNI_LINUX_INTERFACE -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -DHAVE_CONFIG_H" >+ >+echo | $CC -E -v -c - 2>&1 | grep __GNUC__ > /dev/null >+if [ "0" != "$?" ]; then >+ CFLAGS="$CFLAGS -D__GNUC__" >+fi >+ > case `uname -r` in > 2.6.*) > INCLUDES="${INCLUDES} -I${KSRCDIR}/include/asm-i386/mach-default"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 33488
: 20753