Skip to content

Commit

Permalink
iputils: use openssl instead of gnutls
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Jan 6, 2013
1 parent 04b2b34 commit 3a55af4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion net/iputils/BUILD
Expand Up @@ -2,10 +2,16 @@


# manpages is manually created and packed by lunar devs # manpages is manually created and packed by lunar devs
tar xvf $SOURCE_CACHE/$SOURCE2 --strip-components=1 && tar xvf $SOURCE_CACHE/$SOURCE2 --strip-components=1 &&

# Set $CFLAGS # Set $CFLAGS
sedit "s;^CCOPTOPT=.*;CCOPTOPT=$CFLAGS;" Makefile && 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 && make &&
prepare_install && prepare_install &&


Expand Down

0 comments on commit 3a55af4

Please sign in to comment.