forked from pool/FastCGI
switch to https://github.com/FastCGI-Archives/fcgi2 lots of small bugs fixes and incorporation of patches that distros carried in the past - drop patches which are included upstream FastCGI-clientdata_pointer.patch FastCGI-gcc44.patch FastCGI-makefile.am_cppflags.patch FastCGI-supervise_cgi-fcgi.patch fastcgi-2.4.0_missing_call_to_fclose.patch - drop patches obsoleted by changes to the perl building FastCGI-fix_deprecated_api.patch FastCGI-perl514.patch FastCGI-perl526.patch OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/FastCGI?expand=0&rev=51
34 lines
987 B
Diff
34 lines
987 B
Diff
--- cgi-fcgi/Makefile.am
|
|
+++ cgi-fcgi/Makefile.am
|
|
@@ -2,7 +2,7 @@
|
|
bin_PROGRAMS = cgi-fcgi
|
|
|
|
INCLUDEDIR = ../include
|
|
-CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/include
|
|
+AM_CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/include
|
|
|
|
INCLUDE_FILES = $(INCLUDEDIR)/fastcgi.h \
|
|
$(INCLUDEDIR)/fcgiapp.h \
|
|
--- examples/Makefile.am
|
|
+++ examples/Makefile.am
|
|
@@ -11,7 +11,7 @@
|
|
EXTRA_PROGRAMS = threaded echo-cpp
|
|
|
|
INCLUDEDIR = ../include
|
|
-CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/include
|
|
+AM_CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/include
|
|
|
|
INCLUDE_FILES = $(INCLUDEDIR)/fastcgi.h \
|
|
$(INCLUDEDIR)/fcgiapp.h \
|
|
--- libfcgi/Makefile.am
|
|
+++ libfcgi/Makefile.am
|
|
@@ -1,7 +1,7 @@
|
|
# $Id: Makefile.am,v 1.9 2001/12/22 03:16:20 robs Exp $
|
|
|
|
INCLUDEDIR = ../include
|
|
-CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/include
|
|
+AM_CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/include
|
|
|
|
INCLUDE_FILES = $(INCLUDEDIR)/fastcgi.h \
|
|
$(INCLUDEDIR)/fcgiapp.h \
|