Add -fno-gnu-unique option 28/295228/3 accepted/tizen/unified/20230710.013118
authorJaechul Lee <jcsing.lee@samsung.com>
Tue, 4 Jul 2023 04:20:58 +0000 (13:20 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Wed, 5 Jul 2023 00:52:54 +0000 (09:52 +0900)
This library includes UNIQUE symbols.
If it exists, it wouldn't be unloaded when dlclose is called.

Change-Id: I26961f4aae1b3e606b5e1ee49c351180493cc8f1
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
configure.ac
packaging/webrtc-audio-processing.spec

index a687e4d..6c8b795 100644 (file)
@@ -125,7 +125,7 @@ AS_IF([test "x$enable_neon" != "xno"],
 AM_CONDITIONAL([HAVE_NEON], [test "x$HAVE_NEON" = "x1"])
 
 COMMON_CFLAGS="-DWEBRTC_AUDIO_PROCESSING_ONLY_BUILD ${PLATFORM_CFLAGS} ${OS_CFLAGS} ${ARCH_CFLAGS} -DNDEBUG -I\$(top_srcdir)"
-COMMON_CXXFLAGS="-std=c++11 -DWEBRTC_AUDIO_PROCESSING_ONLY_BUILD ${PLATFORM_CFLAGS} ${OS_CFLAGS} ${ARCH_CFLAGS} ${GNUSTL_CFLAGS} -DNDEBUG -I\$(top_srcdir)"
+COMMON_CXXFLAGS="-std=c++11 -DWEBRTC_AUDIO_PROCESSING_ONLY_BUILD ${PLATFORM_CFLAGS} ${OS_CFLAGS} ${ARCH_CFLAGS} ${GNUSTL_CFLAGS} -DNDEBUG -I\$(top_srcdir) -fno-gnu-unique"
 COMMON_LDFLAGS="${OS_LDFLAGS}"
 AC_SUBST([COMMON_CFLAGS])
 AC_SUBST([COMMON_CXXFLAGS])
index 696a8d7..f4cf10c 100644 (file)
@@ -1,6 +1,6 @@
 Name:           webrtc-audio-processing
 Version:        0.3.1
-Release:        0
+Release:        1
 Summary:        Library for echo cancellation
 License:        BSD-3-Clause
 URL:            http://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/