Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:darix
fscaps
fscaps-1.0_rpmoptflags.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fscaps-1.0_rpmoptflags.patch of Package fscaps
Index: Makefile =================================================================== --- Makefile.orig +++ Makefile @@ -3,10 +3,10 @@ RPMSRC = $(shell rpm -E %{_sourcedir}) all: getfcaps setfcaps getfcaps: getfcaps.c cap_file.c - gcc -O2 -Wall -o getfcaps getfcaps.c cap_file.c -lcap + gcc $(OPTFLAGS) -Wall -o getfcaps getfcaps.c cap_file.c -lcap setfcaps: setfcaps.c cap_file.c - gcc -O2 -Wall -o setfcaps setfcaps.c cap_file.c -lcap + gcc $(OPTFLAGS) -Wall -o setfcaps setfcaps.c cap_file.c -lcap clean: rm -f getfcaps setfcaps
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