Commit 7c98e07c authored by Rafaël Carré's avatar Rafaël Carré

contrib: fix gcrypt build on osx

parent f047f096
...@@ -9,9 +9,6 @@ nettle ...@@ -9,9 +9,6 @@ nettle
for 32 bits only: for 32 bits only:
gcrypt
rijndael.c:895: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
gmp gmp
tmp-dive_1.s:108:junk `@GOT' after expression tmp-dive_1.s:108:junk `@GOT' after expression
......
...@@ -19,6 +19,9 @@ CONFIGURE_OPTS = ...@@ -19,6 +19,9 @@ CONFIGURE_OPTS =
ifdef HAVE_WIN64 ifdef HAVE_WIN64
CONFIGURE_OPTS += --disable-asm CONFIGURE_OPTS += --disable-asm
endif endif
ifdef HAVE_MACOSX
CONFIGURE_OPTS += --disable-aesni-support
endif
.gcrypt: libgcrypt .gcrypt: libgcrypt
#$(RECONF) #$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd160,sha512 --enable-pubkey-ciphers=dsa,rsa,ecc $(CONFIGURE_OPTS) cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd160,sha512 --enable-pubkey-ciphers=dsa,rsa,ecc $(CONFIGURE_OPTS)
......
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