Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
acpica
acpidump-override-CFLAGS.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File acpidump-override-CFLAGS.patch of Package acpica
Make it possible to extend CFLAGS when invoking make From: Thomas Renninger <trenn@suse.de> --- acpidump/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: acpica-unix-20090320/acpidump/Makefile =================================================================== --- acpica-unix-20090320.orig/acpidump/Makefile +++ acpica-unix-20090320/acpidump/Makefile @@ -1,7 +1,7 @@ PROG= acpidump SRCS= acpidump.c KERNEL_INCLUDE := ../include -CFLAGS += -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Os -s -D_LINUX -DDEFINE_ALTERNATE_TYPES -I$(KERNEL_INCLUDE) +override CFLAGS += -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Os -s -D_LINUX -DDEFINE_ALTERNATE_TYPES -I$(KERNEL_INCLUDE) all: acpidump $(PROG) : $(SRCS)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor