]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/strongswan
strongswan: Disable rdrand plugin.
[people/teissler/ipfire-2.x.git] / lfs / strongswan
index c7abf7a4d3837d3c4fbc48fa418399fe74eeb928..495d0359918bbc9d65543ce2b08eb7483b94f53a 100644 (file)
@@ -34,12 +34,10 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 
 ifeq "$(MACHINE)" "i586"
        CONFIGURE_OPTIONS = \
-               --enable-padlock \
-               --enable-rdrand
+               --enable-padlock
 else
        CONFIGURE_OPTIONS = \
-               --disable-padlock \
-               --disable-rdrand
+               --disable-padlock
 endif
 
 ###############################################################################