]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Works now except for the openzap makefile bug which I can't change.
authorMichal Bielicki <michal.bielicki@seventhsignal.de>
Mon, 4 Feb 2008 14:16:53 +0000 (14:16 +0000)
committerMichal Bielicki <michal.bielicki@seventhsignal.de>
Mon, 4 Feb 2008 14:16:53 +0000 (14:16 +0000)
 RPATH fixes thanks to puzzled

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7513 d0543943-73ff-0310-b7d9-9358b9ac24b2

freeswitch.spec

index a5cddafdf85475694212fb440a4122a53839e924..52cfc05c07f6d6a64fe5760446b0d232209c9cf2 100644 (file)
@@ -171,9 +171,15 @@ French language phrases module and directory structure for say module and voicem
 %setup -q
 
 %build
+%ifos linux
 %if 0%{?suse_version} > 1000 && 0%{?suse_version} < 1030
 export CFLAGS="$CFLAGS -fstack-protector"
 %endif
+%if 0%{?fedora_version} >= 8
+export QA_RPATHS=$[ 0x0001|0x0002 ]
+%endif
+%endif
+
 PASSTHRU_CODEC_MODULES="codecs/mod_g729 codecs/mod_g723_1 codecs/mod_amr"
 SPIDERMONKEY_MODULES="languages/mod_spidermonkey languages/mod_spidermonkey_curl languages/mod_spidermonkey_core_db languages/mod_spidermonkey_odbc languages/mod_spidermonkey_socket languages/mod_spidermonkey_teletone"
 APPLICATIONS_MODULES="applications/mod_commands applications/mod_conference applications/mod_dptools applications/mod_enum applications/mod_esf applications/mod_expr applications/mod_fifo applications/mod_limit applications/mod_rss applications/mod_voicemail"