FreeBSD Bugzilla – Attachment 207423 Details for
Bug 240540
mail/milter-callback: don't add -fnested-functions on head on powerpc*
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
milter-callback.patch (text/plain), 846 bytes, created by
Piotr Kubaj
on 2019-09-12 15:09:30 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-09-12 15:09:30 UTC
Size:
846 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 511806) >+++ Makefile (working copy) >@@ -28,9 +28,15 @@ > -I${WRKSRC} -std=gnu99 > CFLAGS_mips= -fnested-functions > CFLAGS_mips64= -fnested-functions >-CFLAGS_powerpc= -fnested-functions >-CFLAGS_powerpcspe= -fnested-functions >-CFLAGS_powerpc64= -fnested-functions >+CFLAGS_powerpc= ${CFLAGS_${ARCH}_${OSREL:R}} >+CFLAGS_powerpcspe= ${CFLAGS_${ARCH}_${OSREL:R}} >+CFLAGS_powerpc64= ${CFLAGS_${ARCH}_${OSREL:R}} >+CFLAGS_powerpc_11= -fnested-functions >+CFLAGS_powerpc_12= -fnested-functions >+CFLAGS_powerpc64_11= -fnested-functions >+CFLAGS_powerpc64_12= -fnested-functions >+CFLAGS_powerpcspe_11= -fnested-functions >+CFLAGS_powerpcspe_12= -fnested-functions > CFLAGS_sparc64= -fnested-functions > LDFLAGS+= -lmilter -lthr -L${LOCALBASE}/lib -lspf2 >
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
Flags:
pkubaj
:
maintainer-approval?
(
ehaupt
)
Actions:
View
|
Diff
Attachments on
bug 240540
: 207423