wok-undigest rev 853

vmware-view-open-client: use LDFLAGS ...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 13 10:58:12 2012 +0200 (2012-09-13)
parents efdc44b64829
children 62c2f945b2b8
files vmware-view-open-client/receipt
line diff
     1.1 --- a/vmware-view-open-client/receipt	Thu Sep 13 10:37:16 2012 +0200
     1.2 +++ b/vmware-view-open-client/receipt	Thu Sep 13 10:58:12 2012 +0200
     1.3 @@ -11,12 +11,14 @@
     1.4  WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="gtk+-dev openssl-dev libxml2-dev curl-dev libboost-dev \
     1.7 -icu-dev icu intltool"
     1.8 +libboost-signals-dev icu-dev icu intltool"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	cd $src
    1.14 +	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    1.15 +	sed -i 's|.*curl/types|// &|' lib/bora/basicHttp/http.c
    1.16  	./configure --prefix=/usr \
    1.17  		$CONFIGURE_ARGS && \
    1.18  	make && make DESTDIR=$DESTDIR install