wok diff sbxkb/receipt @ rev 19427

lxpanel: roll back last change, it prevents to cook lxpanel-based packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 01 09:40:12 2016 +0300 (2016-10-01)
parents 2b9f96603415
children 86790a278e70
line diff
     1.1 --- a/sbxkb/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/sbxkb/receipt	Sat Oct 01 09:40:12 2016 +0300
     1.3 @@ -20,7 +20,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 -lX11"
     1.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
     1.9  	./configure $CONFIGURE_ARGS && make && make install
    1.10  }
    1.11