Hide Forgot
Is it possible to enable the unity plug-in in strongswan build? To do this you need to change in the spec-file only two lines:: --- strongswan.spec 2016-06-22 17:26:14.000000000 +0300 +++ strongswan.spec.my 2016-08-16 10:48:28.000000000 +0300 @@ -126,6 +126,7 @@ --enable-systemd \ %endif --enable-openssl \ + --enable-unity \ --enable-ctr \ --enable-ccm \ --enable-gcm \ @@ -250,6 +251,7 @@ %dir %{_libdir}/%{name}/plugins %{_libdir}/%{name}/plugins/lib%{name}-aes.so %{_libdir}/%{name}/plugins/lib%{name}-ctr.so +%{_libdir}/%{name}/plugins/lib%{name}-unity.so %{_libdir}/%{name}/plugins/lib%{name}-ccm.so %{_libdir}/%{name}/plugins/lib%{name}-gcm.so %{_libdir}/%{name}/plugins/lib%{name}-gcrypt.so
this was done a long long time ago commit e238582a18aa7a8a6ed3d6c67034f537df6b52e4 (origin/f23, origin/el6) Author: Pavel Šimerda <pavlix> Date: Fri Sep 30 14:32:07 2016 +0200 Resolves: #1367796 - Enable the unity plugin