Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Backports:SLE-15-SP6
smatch
Makefile-use-CFLAGS-when-linking.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Makefile-use-CFLAGS-when-linking.patch of Package smatch
From: Jiri Slaby <jslaby@suse.cz> Date: Mon, 9 May 2022 11:23:44 +0200 Subject: Makefile: use CFLAGS when linking Patch-mainline: no References: build improvement So that everything is built properly. Signed-off-by: Jiri Slaby <jslaby@suse.cz> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d0b109f5..be678e7c 100644 --- a/Makefile +++ b/Makefile @@ -383,7 +383,7 @@ SMATCH_SCRIPTS=smatch_scripts/add_gfp_to_allocations.sh \ SMATCH_LDFLAGS := -lsqlite3 -lssl -lcrypto -lm smatch: smatch.o $(SMATCH_OBJS) $(SMATCH_CHECKS) $(LIBS) - $(Q)$(LD) -o $@ $< $(SMATCH_OBJS) $(SMATCH_CHECKS) $(LIBS) $(SMATCH_LDFLAGS) + $(Q)$(LD) $(CFLAGS) -o $@ $< $(SMATCH_OBJS) $(SMATCH_CHECKS) $(LIBS) $(SMATCH_LDFLAGS) smatch_data/db/sm_hash: sm_hash.o $(SMATCH_OBJS) $(Q)$(LD) -o smatch_data/db/sm_hash sm_hash.o smatch_hash.o $(SMATCH_LDFLAGS) -- 2.35.3
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