mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
libfast does not depend on zlib directly, clearsilver can be built without compression support
This commit is contained in:
parent
60d4a323a0
commit
3c0630a797
@ -563,7 +563,6 @@ fi
|
|||||||
if test x$fast = xtrue; then
|
if test x$fast = xtrue; then
|
||||||
AC_HAVE_LIBRARY([neo_cgi],[LIBS="$LIBS"],[AC_MSG_ERROR([ClearSilver library neo_cgi not found!])])
|
AC_HAVE_LIBRARY([neo_cgi],[LIBS="$LIBS"],[AC_MSG_ERROR([ClearSilver library neo_cgi not found!])])
|
||||||
AC_HAVE_LIBRARY([neo_utl],[LIBS="$LIBS"],[AC_MSG_ERROR([ClearSilver library neo_utl not found!])])
|
AC_HAVE_LIBRARY([neo_utl],[LIBS="$LIBS"],[AC_MSG_ERROR([ClearSilver library neo_utl not found!])])
|
||||||
AC_HAVE_LIBRARY([z],[LIBS="$LIBS"],[AC_MSG_ERROR([ClearSilver dependency zlib not found!])])
|
|
||||||
dnl autoconf does not like CamelCase!? How to fix this?
|
dnl autoconf does not like CamelCase!? How to fix this?
|
||||||
dnl AC_CHECK_HEADER([ClearSilver/ClearSilver.h],,[AC_MSG_ERROR([ClearSilver header file ClearSilver/ClearSilver.h not found!])])
|
dnl AC_CHECK_HEADER([ClearSilver/ClearSilver.h],,[AC_MSG_ERROR([ClearSilver header file ClearSilver/ClearSilver.h not found!])])
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@ lib_LTLIBRARIES = libfast.la
|
|||||||
libfast_la_SOURCES = context.h dispatcher.c request.h session.h \
|
libfast_la_SOURCES = context.h dispatcher.c request.h session.h \
|
||||||
controller.h dispatcher.h request.c session.c filter.h smtp.c smtp.h
|
controller.h dispatcher.h request.c session.c filter.h smtp.c smtp.h
|
||||||
libfast_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la \
|
libfast_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la \
|
||||||
-lfcgi -lneo_cgi -lneo_cs -lneo_utl -lz $(PTHREADLIB)
|
-lfcgi -lneo_cgi -lneo_cs -lneo_utl $(PTHREADLIB)
|
||||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I/usr/include/ClearSilver
|
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I/usr/include/ClearSilver
|
||||||
AM_CFLAGS = -rdynamic
|
AM_CFLAGS = -rdynamic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user