wok diff aubio/receipt @ rev 18761

Up tazpkg(898)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 29 22:01:51 2015 +0200 (2015-12-29)
parents 380ffe05937a
children 7f39549720b8
line diff
     1.1 --- a/aubio/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/aubio/receipt	Tue Dec 29 22:01:51 2015 +0200
     1.3 @@ -21,7 +21,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lm"
     1.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
     1.9  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.10  	make -j1 &&
    1.11  	make -j1 install