Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 239291 Details for
Bug 327383
Version bump: app-crypt/johntheripper-1.7.6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New patch for CFLAGS in the Makefile
johntheripper-1.7.6-cflags.patch (text/plain), 2.86 KB, created by
Dane Smith (RETIRED)
on 2010-07-18 19:46:52 UTC
(
hide
)
Description:
New patch for CFLAGS in the Makefile
Filename:
MIME Type:
Creator:
Dane Smith (RETIRED)
Created:
2010-07-18 19:46:52 UTC
Size:
2.86 KB
patch
obsolete
>--- Makefile 2010-07-18 15:27:51.000000000 -0400 >+++ Makefile.mine 2010-07-18 15:30:09.000000000 -0400 >@@ -629,7 +629,7 @@ > macosx-ppc32-altivec: > $(LN) ppc32alt.h arch.h > $(MAKE) $(PROJ) \ >- CFLAGS="-c -Wall -fomit-frame-pointer" \ >+ CFLAGS="$(CLFAGS) -c -Wall -fomit-frame-pointer" \ > OPT_NORMAL="-fast -mcpu=7450" \ > OPT_INLINE="-fast -mcpu=7450 -finline-limit=4000 -faltivec -maltivec" > >@@ -638,7 +638,7 @@ > $(LN) ppc32alt.h arch.h > $(MAKE) $(PROJ) \ > ASFLAGS="$(ASFLAGS) -arch ppc" \ >- CFLAGS="-c -Wall -arch ppc -fomit-frame-pointer" \ >+ CFLAGS="$(CLFAGS) -c -Wall -arch ppc -fomit-frame-pointer" \ > LDFLAGS="$(LDFLAGS) -arch ppc" \ > OPT_NORMAL="-fast -mcpu=7450" \ > OPT_INLINE="-fast -mcpu=7450 -finline-limit=4000 -faltivec -maltivec" >@@ -650,7 +650,7 @@ > $(LN) ppc32.h arch.h > $(MAKE) $(PROJ) \ > CC=cc \ >- CFLAGS="-c -traditional-cpp" \ >+ CFLAGS="$(CLFAGS) -c -traditional-cpp" \ > OPT_NORMAL="-O2" \ > OPT_INLINE="-O3" > >@@ -658,7 +658,7 @@ > $(LN) ppc32.h arch.h > $(MAKE) $(PROJ) \ > ASFLAGS="$(ASFLAGS) -arch ppc" \ >- CFLAGS="-c -Wall -arch ppc -fomit-frame-pointer" \ >+ CFLAGS="$(CLFAGS) -c -Wall -arch ppc -fomit-frame-pointer" \ > LDFLAGS="$(LDFLAGS) -arch ppc" \ > OPT_NORMAL="-O2" \ > OPT_INLINE="-O3 -finline-limit=4000" >@@ -667,7 +667,7 @@ > macosx-ppc64-altivec: > $(LN) ppc64alt.h arch.h > $(MAKE) $(PROJ) \ >- CFLAGS="-c -m64 -Wall -fomit-frame-pointer" \ >+ CFLAGS="$(CLFAGS) -c -m64 -Wall -fomit-frame-pointer" \ > LDFLAGS="$(LDFLAGS) -m64" \ > OPT_NORMAL="-fast" \ > OPT_INLINE="-fast -finline-limit=4000 -faltivec -maltivec" >@@ -676,7 +676,7 @@ > $(LN) ppc64alt.h arch.h > $(MAKE) $(PROJ) \ > ASFLAGS="$(ASFLAGS) -arch ppc" \ >- CFLAGS="-c -arch ppc -m64 -Wall -fomit-frame-pointer" \ >+ CFLAGS="$(CLFAGS) -c -arch ppc -m64 -Wall -fomit-frame-pointer" \ > LDFLAGS="$(LDFLAGS) -arch ppc -m64" \ > OPT_NORMAL="-fast" \ > OPT_INLINE="-fast -finline-limit=4000 -faltivec -maltivec" >@@ -684,7 +684,7 @@ > macosx-ppc64: > $(LN) ppc64.h arch.h > $(MAKE) $(PROJ) \ >- CFLAGS="-c -m64 -Wall -fomit-frame-pointer" \ >+ CFLAGS="$(CLFAGS) -c -m64 -Wall -fomit-frame-pointer" \ > LDFLAGS="$(LDFLAGS) -m64" \ > OPT_NORMAL="-fast" \ > OPT_INLINE="-fast -finline-limit=4000" >@@ -693,7 +693,7 @@ > $(LN) ppc64.h arch.h > $(MAKE) $(PROJ) \ > ASFLAGS="$(ASFLAGS) -arch ppc" \ >- CFLAGS="-c -arch ppc -m64 -Wall -fomit-frame-pointer" \ >+ CFLAGS="$(CLFAGS) -c -arch ppc -m64 -Wall -fomit-frame-pointer" \ > LDFLAGS="$(LDFLAGS) -arch ppc -m64" \ > OPT_NORMAL="-fast" \ > OPT_INLINE="-fast -finline-limit=4000" >@@ -723,7 +723,7 @@ > $(LN) ppc32alt.h arch.h > $(MAKE) $(PROJ) \ > ASFLAGS="$(ASFLAGS) -arch ppc" \ >- CFLAGS="-c -Wall -arch ppc -fomit-frame-pointer" \ >+ CFLAGS="$(CLFAGS) -c -Wall -arch ppc -fomit-frame-pointer" \ > LDFLAGS="$(LDFLAGS) -arch ppc" \ > OPT_NORMAL="-fast -mcpu=7450" \ > OPT_INLINE="-fast -mcpu=7450 -finline-limit=4000 -faltivec -maltivec"
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 Raw
Actions:
View
Attachments on
bug 327383
:
239287
|
239289
| 239291