7110396: Sound code fails to build with gcc 4.6 on multiarch Linux systems
authormr
Mon, 23 Jan 2012 12:39:41 -0800
changeset 11539 818d340233a9
parent 11475 e8f03541af27
child 11540 412e931c07b9
7110396: Sound code fails to build with gcc 4.6 on multiarch Linux systems Reviewed-by: ohair
jdk/make/javax/sound/jsoundalsa/Makefile
--- a/jdk/make/javax/sound/jsoundalsa/Makefile	Wed Jul 05 18:00:12 2017 +0200
+++ b/jdk/make/javax/sound/jsoundalsa/Makefile	Mon Jan 23 12:39:41 2012 -0800
@@ -65,7 +65,7 @@
 	$(MIDIFILES_export) \
 	$(PORTFILES_export)
 
-LDFLAGS += -lasound
+OTHER_LDLIBS += -lasound
 
 CPPFLAGS += \
 	-DUSE_DAUDIO=TRUE \