wok diff sbxkb/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents 1f1539425437
children 2b9f96603415
line diff
     1.1 --- a/sbxkb/receipt	Tue Nov 06 11:37:50 2012 +0000
     1.2 +++ b/sbxkb/receipt	Wed Jan 09 01:13:47 2013 +0000
     1.3 @@ -19,6 +19,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  	./configure $CONFIGURE_ARGS && make && make install
     1.9  }
    1.10