wok-next diff orpheus/receipt @ rev 18450

perl-datetime and others: update to perl datetime which required a bunch of other deps to also be updated
author Nathan Neulinger <nneul@neulinger.org>
date Sun Sep 27 19:52:03 2015 +0000 (2015-09-27)
parents 064dbb4a9828
children 09bc5cfc41d1
line diff
     1.1 --- a/orpheus/receipt	Fri Aug 16 08:20:51 2013 +0000
     1.2 +++ b/orpheus/receipt	Sun Sep 27 19:52:03 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 &&