wok diff miniupnpd/receipt @ rev 18400

open-vm-tools: missing deps
author Nathan Neulinger <nneul@neulinger.org>
date Sat Sep 19 03:36:38 2015 +0000 (2015-09-19)
parents ce9148142ee8
children dbf4eeed945f
line diff
     1.1 --- a/miniupnpd/receipt	Thu Dec 26 13:16:14 2013 +0000
     1.2 +++ b/miniupnpd/receipt	Sat Sep 19 03:36:38 2015 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries" 
     1.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" 
     1.9  	mkdir -p $DESTDIR/usr/share/man/man8
    1.10  	sed -i 's,^EXTIF=eth0,EXTIF=$(route -n | awk ''/^0.0.0.0/ { print $8 }''),' netfilter/iptables_init.sh
    1.11  	make -f Makefile.linux config.h