wok diff icedtea6-jdk/receipt @ rev 15267

fbxkb, icedtea6-jdk: add LDFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 25 11:22:57 2013 +0000 (2013-09-25)
parents 380ffe05937a
children 2a162b72aec4
line diff
     1.1 --- a/icedtea6-jdk/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/icedtea6-jdk/receipt	Wed Sep 25 11:22:57 2013 +0000
     1.3 @@ -95,6 +95,7 @@
     1.4  		--with-rhino=/usr/share/java/js.jar \
     1.5  		--with-abs-install-dir=$JVM_PREFIX \
     1.6  		$CONFIGURE_ARGS || return 1
     1.7 +	export LDFLAGS="-Wl,--copy-dt-needed-entries -lgcj"
     1.8  	make -j 1 ARCH_PREFIX= 2>&1 | sed '/java_lang_ClassLoaderr.NativeLibrary/d;s/ERROR/error/'
     1.9  	
    1.10  	echo "Copying needed files to install dir..."