Re: RFR: 8014231: --with-alsa configuration options don't add include or lib directories to proper flags
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 good. Approved. Tim
RFR: 8014231: --with-alsa configuration options don't add include or lib directories to proper flags
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
hg: jdk8/build/jdk: 2 new changesets
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 ! makefiles/CreateJars.gmk ! makefiles/Import.gmk ! makefiles/Setup.gmk Changeset: 51479fa56b7c Author:erikj Date: 2013-06-12 10:33 +0200 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/51479fa56b7c Merge
hg: jdk8/build: 3 new changesets
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 ! common/autoconf/toolchain_windows.m4 Changeset: 3cbcc2b6ba41 Author:erikj Date: 2013-06-11 13:25 +0200 URL: http://hg.openjdk.java.net/jdk8/build/rev/3cbcc2b6ba41 8010785: JDK 8 build on Linux fails with new build mechanism Reviewed-by: dholmes, tbell ! common/autoconf/generated-configure.sh ! common/autoconf/jdk-options.m4 Changeset: 50d2bde060f2 Author:erikj Date: 2013-06-12 10:33 +0200 URL: http://hg.openjdk.java.net/jdk8/build/rev/50d2bde060f2 Merge