wok-6.x diff leocad/receipt @ rev 12927
util-linux: cross-compile for ARM (and pack blkid/uuid)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 29 22:45:34 2012 +0000 (2012-05-29) |
parents | f66acd3122e3 |
children | 6b09507225ec |
line diff
1.1 --- a/leocad/receipt Sat Apr 28 21:40:19 2012 +0200 1.2 +++ b/leocad/receipt Tue May 29 22:45:34 2012 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="leocad" 1.7 -VERSION="0.75.2" 1.8 +VERSION="0.76.2" 1.9 CATEGORY="games" 1.10 SHORT_DESC="A CAD program that uses toy bricks." 1.11 MAINTAINER="rcx@zoominternet.net" 1.12 @@ -20,6 +20,7 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 + export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11 -ldl" 1.17 make PREFIX="/usr" config && 1.18 make && make install 1.19 }