handle check when using TINYOWS_MAPFILE by jmckenna · Pull Request #97 · MapServer/tinyows
jmckenna
changed the title
handle mapfile check
handle check when using TINYOWS_MAPFILE
|
|
||
| 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) |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 ?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tigerfoot can you create a pull request with these changes?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters