wok diff gnaughty/receipt @ rev 18399
open-vm-tools: fix depmod call
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sat Sep 19 03:27:30 2015 +0000 (2015-09-19) |
parents | 9689f1b75619 |
children | 4260fa3444db |
line diff
1.1 --- a/gnaughty/receipt Tue Dec 30 10:01:09 2014 +0100 1.2 +++ b/gnaughty/receipt Sat Sep 19 03:27:30 2015 +0000 1.3 @@ -17,7 +17,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - export LDFLAGS="-Wl,--copy-dt-needed-entries -lgthread-2.0" 1.8 + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lgthread-2.0" 1.9 sed -i 's|curl/types|curl/curl|' src/http.c 1.10 ./configure --prefix=/usr && 1.11 make && make -j 1 install