Blame SOURCES/0011-build-Use-no-undefined-to-support-both-clang-and-gcc.patch

14ed36
From b8be6d1095df620bf0e2b5855818fa4340244254 Mon Sep 17 00:00:00 2001
14ed36
From: Nicolas Dufresne <nicolas.dufresne@collabora.com>
14ed36
Date: Wed, 6 Jul 2016 13:44:15 -0400
14ed36
Subject: [PATCH 11/16] build: Use -no-undefined to support both clang and gcc
14ed36
14ed36
---
14ed36
 webrtc/modules/audio_processing/Makefile.am | 2 +-
14ed36
 1 file changed, 1 insertion(+), 1 deletion(-)
14ed36
14ed36
diff --git a/webrtc/modules/audio_processing/Makefile.am b/webrtc/modules/audio_processing/Makefile.am
14ed36
index de259f0..5a98913 100644
14ed36
--- a/webrtc/modules/audio_processing/Makefile.am
14ed36
+++ b/webrtc/modules/audio_processing/Makefile.am
14ed36
@@ -175,7 +175,7 @@ libwebrtc_audio_processing_la_LIBADD = $(top_builddir)/webrtc/libwebrtc.la \
14ed36
 				       $(LIBWEBRTC_PRIVATEARCH) \
14ed36
 				       $(GNUSTL_LIBS)
14ed36
 libwebrtc_audio_processing_la_LDFLAGS = $(AM_LDFLAGS) $(COMMON_LDFLAGS) \
14ed36
-					-Wl,--no-undefined \
14ed36
+					-no-undefined \
14ed36
 					-version-info $(LIBWEBRTC_AUDIO_PROCESSING_VERSION_INFO)
14ed36
 
14ed36
 # FIXME: The MIPS optimisations need to be hooked up once we have the
14ed36
-- 
14ed36
2.14.3
14ed36