Commit 9aadab26 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fix gcrypt building on 10.2

parent a4101b9b
...@@ -1034,7 +1034,7 @@ libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.gz ...@@ -1034,7 +1034,7 @@ libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
.gcrypt: libgcrypt .gcrypt: libgcrypt
(cd $<; ./configure --prefix=$(PREFIX) && make && make install ) (cd $<; ./configure --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -D_BSD_SOCKLEN_T_=int" && make && make install )
touch $@ touch $@
CLEAN_FILE += .gcrypt CLEAN_FILE += .gcrypt
......
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