xfrmi: Only build if libcharon is built
The kernel-netlink plugin is only built if libcharon is. Closes strongswan/strongswan#167.
This commit is contained in:
+3
-4
@@ -42,6 +42,9 @@ endif
|
|||||||
|
|
||||||
if USE_LIBCHARON
|
if USE_LIBCHARON
|
||||||
SUBDIRS += libcharon
|
SUBDIRS += libcharon
|
||||||
|
if USE_KERNEL_NETLINK
|
||||||
|
SUBDIRS += xfrmi
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_FILE_CONFIG
|
if USE_FILE_CONFIG
|
||||||
@@ -143,7 +146,3 @@ endif
|
|||||||
if USE_TPM
|
if USE_TPM
|
||||||
SUBDIRS += tpm_extendpcr
|
SUBDIRS += tpm_extendpcr
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_KERNEL_NETLINK
|
|
||||||
SUBDIRS += xfrmi
|
|
||||||
endif
|
|
||||||
|
|||||||
Reference in New Issue
Block a user