handle check when using TINYOWS_MAPFILE by jmckenna · Pull Request #97 · MapServer/tinyows

@jmckenna

@jmckenna

@jmckenna jmckenna changed the title handle mapfile check handle check when using TINYOWS_MAPFILE

Jun 12, 2021

@jmckenna

sebastic

sebastic

tigerfoot


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?