[mapserver-commits] [mapserver/mapserver] 883937: change linking against libfastcgi (#4296)

GitHub noreply at github.com
Mon Jun 11 07:07:37 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/mapserver/mapserver
  Commit: 88393708a293dc619661404baf1635520eb41b79
      https://github.com/mapserver/mapserver/commit/88393708a293dc619661404baf1635520eb41b79
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2012-05-26 (Sat, 26 May 2012)

  Changed paths:
    M Makefile.in
    M mapio.c
    M mapio.h
    M mapserv.c

  Log Message:
  -----------
  change linking against libfastcgi (#4296)

fastcgi functions are only called by the mapserv binary,
so the fastcgi headers and library only needs to be
referenced when compiling/linking mapserv.c.

this patch moves the fastcgi io handlers from mapio.c to
mapserv.c, and changes the compilation flags so that
libmapserver.so is not linked against libfcgi. libfcgi
is now linked only against mapserv.

this patch closes #4296


  Commit: 58ad838190e01160f16ff90980ca256d410418d8
      https://github.com/mapserver/mapserver/commit/58ad838190e01160f16ff90980ca256d410418d8
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2012-06-11 (Mon, 11 Jun 2012)

  Changed paths:
    M .gitignore
    M HISTORY.TXT
    M MIGRATION_GUIDE.txt
    M Makefile.in
    M configure
    M configure.in
    M mapcairo.c
    M mapcopy.c
    M mapdraw.c
    M mapfile.c
    M mapgd.c
    M maplabel.c
    M mapogcsos.c
    M mapscript/php/Makefile.in
    M mapscript/php/class.c
    M mapscript/php/color.c
    M mapscript/php/error.c
    M mapscript/php/hashtable.c
    M mapscript/php/label.c
    A mapscript/php/labelleader.c
    M mapscript/php/layer.c
    M mapscript/php/line.c
    M mapscript/php/map.c
    M mapscript/php/mapscript_i.c
    M mapscript/php/outputformat.c
    M mapscript/php/owsrequest.c
    M mapscript/php/php_mapscript.c
    M mapscript/php/php_mapscript.h
    M mapscript/php/point.c
    M mapscript/php/projection.c
    M mapscript/php/querymap.c
    M mapscript/php/rect.c
    M mapscript/php/shape.c
    M mapscript/php/shapefile.c
    M mapscript/php/style.c
    M mapscript/php/symbol.c
    M mapscript/php/web.c
    M mapserver.h
    M mapsymbol.c
    M maptemplate.c
    M mapwcs.c
    M mapwcs20.c
    M mapwfs.c
    M mapwfslayer.c
    M mapwms.c

  Log Message:
  -----------
  Merge branch 'master' into b4296-libtool

Conflicts:
	Makefile.in


Compare: https://github.com/mapserver/mapserver/compare/ef4ce1e...58ad838


More information about the mapserver-commits mailing list