]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/strongswan
Merge remote-tracking branch 'origin/next' into fifteen
[people/teissler/ipfire-2.x.git] / lfs / strongswan
index 948db5b1dfee681a5caa5bf9e28d6e9dd9729ae0..5c411a3337ae4279c604fd2e1eaea6fe0631b425 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
 
 ###############################################################################