Check for libxml when building tnccs_11, use autoconf libxml CFLAGS/LIBS
This commit is contained in:
+1
-1
@@ -234,7 +234,7 @@ if test x$fips_prf = xtrue; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$smp = xtrue; then
|
if test x$smp = xtrue -o x$tnccs_11 = xtrue; then
|
||||||
xml=true
|
xml=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
|
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
|
||||||
-I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libtls \
|
-I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libtls ${xml_CFLAGS}
|
||||||
`xml2-config --cflags`
|
|
||||||
|
|
||||||
AM_CFLAGS = -rdynamic
|
AM_CFLAGS = -rdynamic
|
||||||
|
|
||||||
|
libstrongswan_tnccs_11_la_LIBADD = ${xml_LIBS}
|
||||||
|
|
||||||
if MONOLITHIC
|
if MONOLITHIC
|
||||||
noinst_LTLIBRARIES = libstrongswan-tnccs-11.la
|
noinst_LTLIBRARIES = libstrongswan-tnccs-11.la
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user