# HG changeset patch # User Pascal Bellard # Date 1423817914 -3600 # Node ID a26f13d154805d197bbfe52a4d14973a1016fe2a # Parent 785c14b9427a7282d67d4379f3f96799a220555c jnettop: link with libtinfo diff -r 785c14b9427a -r a26f13d15480 jnettop/receipt --- a/jnettop/receipt Fri Feb 13 09:55:45 2015 +0100 +++ b/jnettop/receipt Fri Feb 13 09:58:34 2015 +0100 @@ -16,7 +16,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + export LDFLAGS="-ltinfo" ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ @@ -34,4 +34,3 @@ # config file cp -a $src/.jnettop $fs/root/.jnettop } -