diff options
-rw-r--r-- | network/strongswan/README | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/network/strongswan/README b/network/strongswan/README index df3dafaff394f..662e2b306cf40 100644 --- a/network/strongswan/README +++ b/network/strongswan/README @@ -59,17 +59,19 @@ To override the defaults options set CONFIG_OPTS to your desired set of configure options. Example: -env CONFIG_OPTS="--enable-openssl --enable-unity" sh ./strongswan.SlackBuild +env CONFIG_OPTS="--enable-openssl --enable-unity" \ + sh ./strongswan.SlackBuild To add to the default options without overwriting them set the EXTRA_CONFIG_OPTS environment variable. Example: -env EXTRA_CONFIG_OPTS="--enable-socket-dynamic --enable-dhcp" sh ./strongswan.SlackBuild +env EXTRA_CONFIG_OPTS="--enable-socket-dynamic --enable-dhcp"\ + sh ./strongswan.SlackBuild -Certain use cases may cause issues when bypass-lan is loaded. The SlackBuild script -disables loading of the bypass-lan module. This can be changed in bypass-lan.conf -after installation if required. +Certain use cases may cause issues when bypass-lan is loaded. The +SlackBuild script disables loading of the bypass-lan module. This can +be changed in bypass-lan.conf after installation if required. The list of available options and their descriptions are available here: |