wok diff orpheus/receipt @ rev 18426

open-vm-tools: does not work with slitaz at the moment, disable
author Nathan Neulinger <nneul@neulinger.org>
date Mon Sep 21 12:22:50 2015 +0000 (2015-09-21)
parents 064dbb4a9828
children 66530154b12f
line diff
     1.1 --- a/orpheus/receipt	Fri Aug 16 08:20:51 2013 +0000
     1.2 +++ b/orpheus/receipt	Mon Sep 21 12:22:50 2015 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -logg"
     1.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -logg"
     1.9  	unset CFLAGS CXXFLAGS
    1.10  	./configure 2>&1 | grep -v /config.rpath &&
    1.11  	make &&