Fix invalid cynara so link 28/62028/1 accepted/tizen/common/20160315.220930 accepted/tizen/ivi/20160315.001320 accepted/tizen/mobile/20160315.001233 accepted/tizen/tv/20160315.001246 accepted/tizen/wearable/20160315.001304 submit/tizen/20160314.025710
authorSeungbae Shin <seungbae.shin@samsung.com>
Mon, 14 Mar 2016 02:52:00 +0000 (11:52 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Mon, 14 Mar 2016 02:52:00 +0000 (11:52 +0900)
[Version] 5.0-62
[Profile] Common
[Issue Type] Bug Fix

Change-Id: I751ab07ee03fc9659e8b629eea520c0f81063086

packaging/pulseaudio.spec
src/Makefile.am

index adbfe6f..f111d55 100644 (file)
@@ -10,7 +10,7 @@
 Name:             pulseaudio
 Summary:          Improved Linux sound server
 Version:          5.0
-Release:          61
+Release:          62
 Group:            Multimedia/Audio
 License:          LGPL-2.1+
 URL:              http://pulseaudio.org
index e62b09a..66687ed 100644 (file)
@@ -60,7 +60,7 @@ AM_LDFLAGS = $(NODELETE_LDFLAGS)
 
 if USE_SECURITY
 AM_CFLAGS += $(CYNARA_CFLAGS) -DUSE_SECURITY
-AM_LDADD += $(CYNARA_LIBS)
+AM_LIBADD += $(CYNARA_LIBS)
 endif
 
 if HAVE_GCOV