Author: bartowl Date: Thu Sep 1 15:51:51 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - fastcgi missing include patch
---- Files affected: SOURCES: mapserver-fastcgi-include.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/mapserver-fastcgi-include.patch diff -u /dev/null SOURCES/mapserver-fastcgi-include.patch:1.1 --- /dev/null Thu Sep 1 17:51:51 2005 +++ SOURCES/mapserver-fastcgi-include.patch Thu Sep 1 17:51:46 2005 @@ -0,0 +1,11 @@ +--- mapserver-4.6.1/configure.in.orig 2005-09-01 16:40:56.976511376 +0200 ++++ mapserver-4.6.1/configure.in 2005-09-01 16:41:09.941540392 +0200 +@@ -1619,7 +1619,7 @@ + else + + if test "$with_fastcgi" = "yes" ; then +- FASTCGI_INC="" ++ FASTCGI_INC="-I/usr/include/fastcgi" + FASTCGI_LIB="-lfcgi" + else + FASTCGI_INC="-I$with_fastcgi/include" ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
