Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
fondu
fondu-flags.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fondu-flags.diff of Package fondu
From: Jan Engelhardt <jengelh@medozas.de> Date: 2011-09-19 16:53:13.076262120 +0200 Passing CFLAGS to configure.in has no effect because the flags are not propagated into the Makefile. Fix this. -g is included in configure's default flags, which is why it does not show up in Makefile.in anymore. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: fondu-060102/Makefile.in =================================================================== --- fondu-060102.orig/Makefile.in +++ fondu-060102/Makefile.in @@ -13,7 +13,7 @@ HOST= @HOST@ DARWIN_CORE = $(if $(findstring apple-darwin,$(HOST)),/System/Library/Frameworks/CoreServices.framework/CoreServices,) WFLAGS = -Wmissing-prototypes -Wunused -Wimplicit -Wreturn-type -Wparentheses -pedantic -CFLAGS = -g $(WFLAGS) +CFLAGS = ${WFLAGS} @CFLAGS@ FONDUOBJS = fondu.o readnfnt.o fondups.o UFONDOBJS = ufond.o ufondbdf.o ufondpfb.o ufondttf.o crctab.o DFONT2RESOBJS = dfont2res.o crctab.o
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