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

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