Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 102470
Collapse All | Expand All

(-)cherokee-0.4.25.orig/cherokee/Makefile.am (-3 / +1 lines)
Lines 148-155 Link Here
148
# Handler fastcgi
148
# Handler fastcgi
149
#
149
#
150
handler_fastcgi = \
150
handler_fastcgi = \
151
cgi.h \
152
cgi.c \
153
fastcgi.h \
151
fastcgi.h \
154
handler_fastcgi.c \
152
handler_fastcgi.c \
155
handler_fastcgi.h \
153
handler_fastcgi.h \
Lines 157-163 Link Here
157
fcgi_manager.c 
155
fcgi_manager.c 
158
156
159
libplugin_fastcgi_la_LDFLAGS = -module -export-dynamic -avoid-version  
157
libplugin_fastcgi_la_LDFLAGS = -module -export-dynamic -avoid-version  
160
libplugin_fastcgi_la_SOURCES = $(handler_fastcgi)
158
libplugin_fastcgi_la_SOURCES = $(handler_fastcgi) cgi.h cgi.c
161
159
162
if STATIC_HANDLER_FASTCGI
160
if STATIC_HANDLER_FASTCGI
163
static_handler_fastcgi_src = $(handler_fastcgi)
161
static_handler_fastcgi_src = $(handler_fastcgi)

Return to bug 102470