Skip to content

Commit

Permalink
gnutls: patch it to compile with glibc 2.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Jul 14, 2012
1 parent 4c98d2c commit 7e81d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/gnutls/BUILD
@@ -1,7 +1,7 @@
(

# fix compiling with glibc 2.16.0
sed -i '/gets is a security hole/d' lib/gl/stdio.in.h /gl/stdio.in.h &&
sed -i '/gets is a security hole/d' lib/gl/stdio.in.h gl/stdio.in.h &&

OPTS+=" --disable-static --without-included-pakchois --without-included-libcfg --without-included-libtasn1" &&
LDFLAGS+=" -lpakchois" &&
Expand Down

0 comments on commit 7e81d7b

Please sign in to comment.