hg: jdk8/build: 3 new changesets

2013-06-12 Thread erik . joelsson
Changeset: 198d25db45da Author:erikj Date: 2013-06-11 13:08 +0200 URL: http://hg.openjdk.java.net/jdk8/build/rev/198d25db45da 8008707: build-infra: Closed (deploy) can't be built using environment from SDK SetEnv.cmd Reviewed-by: tbell ! common/autoconf/generated-configure.sh !

hg: jdk8/build/jdk: 2 new changesets

2013-06-12 Thread erik . joelsson
Changeset: e833fa13dce3 Author:erikj Date: 2013-06-11 13:26 +0200 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/e833fa13dce3 8010785: JDK 8 build on Linux fails with new build mechanism Reviewed-by: dholmes, tbell ! makefiles/CompileNativeLibraries.gmk !

RFR: 8014231: --with-alsa configuration options don't add include or lib directories to proper flags

2013-06-12 Thread Erik Joelsson
The ALSA_LIBS and ALSA_CFLAGS variable were correctly setup in configure, but never got propagated any further. This patch adds them to spec.gmk.in to make them available to make, and to the compilation of libjsoundalsa. http://cr.openjdk.java.net/~erikj/8014231/webrev.01/ /Erik

Re: RFR: 8014231: --with-alsa configuration options don't add include or lib directories to proper flags

2013-06-12 Thread Tim Bell
Erik: The ALSA_LIBS and ALSA_CFLAGS variable were correctly setup in configure, but never got propagated any further. This patch adds them to spec.gmk.in to make them available to make, and to the compilation of libjsoundalsa. http://cr.openjdk.java.net/~erikj/8014231/webrev.01/ Looks