[Lunar-commits] <moonbase-other> gnutls: patch it to compile with glibc 2.16.0.
Florin Braescu
florin at lunar-linux.org
Sat Jul 14 18:28:25 CEST 2012
commit 7e81d7bf22e0ed83d646153b9c68cad402301463
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 14 Jul 2012 09:28:25 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/7e81d7bf22e0ed83d646153b9c68cad402301463
gnutls: patch it to compile with glibc 2.16.0.
---
crypto/gnutls/BUILD +1/-1
1 files changed, 1 insertions (+), 1 deletions (-)
--- a/crypto/gnutls/BUILD
+++ b/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" &&
More information about the Lunar-commits
mailing list