Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP3
tolua
tolua-5.2.0-optflags.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tolua-5.2.0-optflags.patch of Package tolua
Index: tolua-5.2.4/config =================================================================== --- tolua-5.2.4.orig/config +++ tolua-5.2.4/config @@ -5,7 +5,7 @@ # you need an ANSI C compiler. gcc is a popular one. CC= gcc CCPP = g++ -WARN= -ansi -Wall -g +WARN= -ansi $(OPTFLAGS) # on SGI's, cc is ANSI. #CC= cc Index: tolua-5.2.4/src/bin/Makefile =================================================================== --- tolua-5.2.4.orig/src/bin/Makefile +++ tolua-5.2.4/src/bin/Makefile @@ -17,16 +17,16 @@ T_D = $(TOLUA)/bin/tolua_lua all: $(T) $(T): $(OBJS) - $(CC) -o $@ $(OBJS) $(LIB) -ltolua -llua -lm + $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIB) -ltolua -llua -lm toluabind.c: $(T_D) $(T_D) -o toluabind.c tolua.pkg $(T_D): $(OBJS_D) - $(CC) -o $@ $(OBJS_D) $(LIB) -ltolua -llua -lm + $(CC) $(CFLAGS) -o $@ $(OBJS_D) $(LIB) -ltolua -llua -lm tolua_lua.o: tolua.c - $(CC) -c -DLUA_SOURCE $(INC) -o $@ $< + $(CC) $(CFLAGS) -c -DLUA_SOURCE $(INC) -o $@ $< clean: rm -f tolua_lua.o $(OBJS) -$(OBJS_D) $(T) $(T_D)
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