FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

handle check when using TINYOWS_MAPFILE - #97

Merged
jmckenna merged 6 commits into
MapServer:mainfrom
jmckenna:ticket-58
Jun 18, 2021
Merged

handle check when using TINYOWS_MAPFILE#97
jmckenna merged 6 commits into
MapServer:mainfrom
jmckenna:ticket-58

Conversation

jmckenna commented Jun 12, 2021
edited
Loading

Copy link
Copy Markdown
Member

Passes tests here on Windows. More testing welcomed! (cc @sebastic )

jmckenna added this to the 1.2.1 milestone Jun 12, 2021
jmckenna changed the title handle mapfile check handle check when using TINYOWS_MAPFILE Jun 12, 2021
Comment thread src/mapfile/mapfile.l Outdated
Comment thread src/mapfile/mapfile.l Outdated
jmckenna merged commit 76fad03 into MapServer:main Jun 18, 2021
Comment thread Makefile.in

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)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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 ?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL