From: Jaska Uimonen Date: Fri, 27 Sep 2013 10:32:51 +0000 (+0300) Subject: more shell-safe CFLAGS setting when compiling with murphy support. X-Git-Tag: accepted/tizen/20130927.164615~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9aefc3c7bded11c3fb8fd5b98f5abaf7cc7f2a8c;p=platform%2Fcore%2Fmultimedia%2Flibmm-sound.git more shell-safe CFLAGS setting when compiling with murphy support. Change-Id: Ia8782ddd7fd9030a41b35fcc4becef27b1fbc362 --- diff --git a/packaging/libmm-sound.spec b/packaging/libmm-sound.spec index 3a60d6d..b61bfc6 100644 --- a/packaging/libmm-sound.spec +++ b/packaging/libmm-sound.spec @@ -70,7 +70,7 @@ CFLAGS="%{optflags} -fvisibility=hidden -DMM_DEBUG_FLAG -DSEPARATE_SPEAKER_AND_W %endif %endif %if %{with audio_session_manager_with_murphy} -CFLAGS=$CFLAGS" -DMURPHY"; export CFLAGS +CFLAGS="$CFLAGS -DMURPHY"; export CFLAGS %endif %configure --prefix=/usr --enable-pulse --enable-security make %{?_smp_mflags}