[Lunar-commits] <moonbase-core> iputils: use openssl instead of gnutls
Stefan Wold
ratler at lunar-linux.org
Sun Jan 6 10:36:14 CET 2013
commit 3a55af4875575fdbf48c47d2e368a0224db5d42a
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 06 Jan 2013 01:36:14 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/3a55af4875575fdbf48c47d2e368a0224db5d42a
iputils: use openssl instead of gnutls
---
net/iputils/BUILD | +7/-1
1 file changed, 7 insertions(+), 1 deletion(-)
--- a/net/iputils/BUILD
+++ b/net/iputils/BUILD
@@ -2,10 +2,16 @@
# manpages is manually created and packed by lunar devs
tar xvf $SOURCE_CACHE/$SOURCE2 --strip-components=1 &&
-
+
# Set $CFLAGS
sedit "s;^CCOPTOPT=.*;CCOPTOPT=$CFLAGS;" Makefile &&
+ # Disable LASTTAG
+ sedit "s;^LASTTAG.*;;" Makefile &&
+
+ # Disable gnutls in ping6 and use openssl
+ sedit "/^USE_GNUTLS/s;yes;no;" Makefile &&
+
make &&
prepare_install &&
More information about the Lunar-commits
mailing list