wok diff zssh/receipt @ rev 18924

glibc: fix build (thanks az_ua)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 14:47:17 2016 +0200 (2016-02-25)
parents f44ef80ff9e2
children 90198f573d18
line diff
     1.1 --- a/zssh/receipt	Wed Sep 10 11:15:31 2014 +0200
     1.2 +++ b/zssh/receipt	Thu Feb 25 14:47:17 2016 +0200
     1.3 @@ -17,6 +17,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	export LDFLAGS="$LDFLAGS -ltinfo"
     1.8  	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.9  	make
    1.10  }