Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
tecla
tecla-cppflags.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tecla-cppflags.diff of Package tecla
CPPFLAGS is present everywhere except for the command line where it's really needed. Stupid manual Makefiles. --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: libtecla/Makefile.rules =================================================================== --- libtecla.orig/Makefile.rules +++ libtecla/Makefile.rules @@ -11,7 +11,7 @@ $(OBJDIR): # Construct the compilation command. -COMPILE = $(CC) -c $(CFLAGS) -o $@ +COMPILE = $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ LIB_OBJECTS = $(OBJDIR)/getline.o $(OBJDIR)/keytab.o $(OBJDIR)/freelist.o \ $(OBJDIR)/strngmem.o $(OBJDIR)/hash.o $(OBJDIR)/history.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