wok diff dnstop/receipt @ rev 23115

updated libupnp and libupnp-dev (1.8.4 -> 1.12.0)
author Hans-G?nter Theisgen
date Thu Mar 12 16:50:12 2020 +0100 (2020-03-12)
parents ce9148142ee8
children 453c249b6219
line diff
     1.1 --- a/dnstop/receipt	Thu Dec 26 13:16:14 2013 +0000
     1.2 +++ b/dnstop/receipt	Thu Mar 12 16:50:12 2020 +0100
     1.3 @@ -15,7 +15,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
     1.9  	./configure --prefix=/usr
    1.10  	make 
    1.11  }
    1.12 @@ -26,4 +26,3 @@
    1.13  	mkdir -p $fs/usr/bin
    1.14  	cp -a $src/$PACKAGE $fs/usr/bin
    1.15  }
    1.16 -