Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 139755 Details for
Bug 203916
sys-cluster/redhat-cluster-suite-2.01.00.ebuild (NEW EBUILD)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/cluster-2.01.00-turn-off-werror-on-gcc4.patch
cluster-2.01.00-turn-off-werror-on-gcc4.patch (text/plain), 2.72 KB, created by
r01
on 2007-12-31 18:29:33 UTC
(
hide
)
Description:
files/cluster-2.01.00-turn-off-werror-on-gcc4.patch
Filename:
MIME Type:
Creator:
r01
Created:
2007-12-31 18:29:33 UTC
Size:
2.72 KB
patch
obsolete
>Index: cluster-2.01.00/cman/qdisk/Makefile >=================================================================== >--- cluster-2.01.00.orig/cman/qdisk/Makefile >+++ cluster-2.01.00/cman/qdisk/Makefile >@@ -13,7 +13,7 @@ > include ../../make/defines.mk > > CFLAGS += -D_GNU_SOURCE >-CFLAGS += -Wall -Werror -Wstrict-prototypes -Wshadow -g >+CFLAGS += -Wall -Wstrict-prototypes -Wshadow -g > CFLAGS += -I${ccsincdir} -I${cmanincdir} > CFLAGS += -I. > CFLAGS += -I${incdir} >Index: cluster-2.01.00/fence/agents/xvm/Makefile >=================================================================== >--- cluster-2.01.00.orig/fence/agents/xvm/Makefile >+++ cluster-2.01.00/fence/agents/xvm/Makefile >@@ -34,7 +34,7 @@ SHAREDOBJS= mcast.o \ > debug.o > > CFLAGS += -DFENCE_RELEASE_NAME=\"${RELEASE}\" -D_GNU_SOURCE >-CFLAGS += -Wall -Werror -Wstrict-prototypes -Wshadow -ggdb >+CFLAGS += -Wall -Wstrict-prototypes -Wshadow -ggdb > CFLAGS += -I${ccsincdir} -I${cmanincdir} -I${openaisincdir} > CFLAGS += -I${virtincdir} -I${nssincdir} -I${nsprincdir} > CFLAGS += `xml2-config --cflags` >Index: cluster-2.01.00/rgmanager/src/clulib/Makefile >=================================================================== >--- cluster-2.01.00.orig/rgmanager/src/clulib/Makefile >+++ cluster-2.01.00/rgmanager/src/clulib/Makefile >@@ -26,7 +26,7 @@ OBJS2= alloc.o > OBJS3= msgtest.o > > CFLAGS += -DCMAN_RELEASE_NAME=\"${RELEASE}\" >-CFLAGS += -g -Werror -Wstrict-prototypes -Wshadow -fPIC -D_GNU_SOURCE >+CFLAGS += -g -Wstrict-prototypes -Wshadow -fPIC -D_GNU_SOURCE > CFLAGS += -I${cmanincdir} -I${dlmincdir} > CFLAGS += -I../../include > CFLAGS += -I${incdir} >Index: cluster-2.01.00/rgmanager/src/daemons/Makefile >=================================================================== >--- cluster-2.01.00.orig/rgmanager/src/daemons/Makefile >+++ cluster-2.01.00/rgmanager/src/daemons/Makefile >@@ -48,7 +48,7 @@ SHAREDOBJS= depends-noccs.o \ > rg_locks-noccs.o > > CFLAGS += -D_GNU_SOURCE -DSHAREDIR=\"${sharedir}\" >-CFLAGS += -g -Werror -Wstrict-prototypes -Wshadow -fPIC >+CFLAGS += -g -Wstrict-prototypes -Wshadow -fPIC > CFLAGS += -I${ccsincdir} -I${cmanincdir} -I${dlmincdir} > CFLAGS += `xml2-config --cflags` -I${readlineincdir} > CFLAGS += -I../../include >Index: cluster-2.01.00/rgmanager/src/utils/Makefile >=================================================================== >--- cluster-2.01.00.orig/rgmanager/src/utils/Makefile >+++ cluster-2.01.00/rgmanager/src/utils/Makefile >@@ -22,7 +22,7 @@ TARGET6= clunfslock > DISABLEDTARGETS= cluarp > > CFLAGS += -DPACKAGE_VERSION=\"${RELEASE}\" >-CFLAGS += -g -Werror -Wstrict-prototypes -Wshadow -fPIC -D_GNU_SOURCE >+CFLAGS += -g -Wstrict-prototypes -Wshadow -fPIC -D_GNU_SOURCE > CFLAGS += -I${ccsincdir} -I${cmanincdir} -I${dlmincdir} -I${ncursesincdir} > CFLAGS += -I../../include > CFLAGS += -I${incdir}
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 203916
:
139754
| 139755