Commit 9a6697f8 authored by Rafaël Carré's avatar Rafaël Carré

gcrypt: disable all asm for FreeBSD

It is mostly disabled because of very old build tools, and might work
with clang 3 which is available by default on FreeBSD9

idem for the OSX disabling of aesni
parent a2b6035d
...@@ -21,6 +21,10 @@ CONFIGURE_OPTS += --disable-asm ...@@ -21,6 +21,10 @@ CONFIGURE_OPTS += --disable-asm
endif endif
ifdef HAVE_MACOSX ifdef HAVE_MACOSX
CONFIGURE_OPTS += --disable-aesni-support CONFIGURE_OPTS += --disable-aesni-support
else
ifdef HAVE_BSD
CONFIGURE_OPTS += --disable-asm --disable-aesni-support
endif
endif endif
.gcrypt: libgcrypt .gcrypt: libgcrypt
#$(RECONF) #$(RECONF)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment