From 03827679974a3bc939651c681cb2c36df7565e7a Mon Sep 17 00:00:00 2001 From: Michal Bielicki Date: Mon, 4 Feb 2008 14:16:53 +0000 Subject: [PATCH] Works now except for the openzap makefile bug which I can't change. RPATH fixes thanks to puzzled git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7513 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- freeswitch.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/freeswitch.spec b/freeswitch.spec index a5cddafdf8..52cfc05c07 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -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"