| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
|
||
| all: | ||
| $(CC) -o tinyows $(SRC) $(XMLFLAGS) $(CFLAGS) $(PGFLAGS) $(FCGIFLAGS) $(GIT_FLAGS) -lfl | ||
| $(CC) $(CFLAGS) $(POSTGIS_INC) $(XML2_INC) $(FCGI_INC) $(SVN_FLAGS) $(SRC) -o tinyows -lfl $(POSTGIS_LIB) $(XML2_LIB) $(FCGI_LIB) |
There was a problem hiding this comment.
There's no reference in code to SVN_FLAGS and we loose GIT_FLAGS (obsolete Debian patch)
Also if PGFLAGS (which concat POSTGIS_INC an dPOSTGIS_LIBS) it should be removed everywhere.
same should be done for XMLFLAGS FCGIFLAGS ?
Sorry, something went wrong.
There was a problem hiding this comment.
@tigerfoot can you create a pull request with these changes?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Passes tests here on Windows. More testing welcomed! (cc @sebastic )