]> git.pld-linux.org Git - packages/opensips.git/commitdiff
filterout -fPIC (used on x32 by default)
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 30 Jul 2015 12:38:57 +0000 (14:38 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 30 Jul 2015 12:38:57 +0000 (14:38 +0200)
opensips.spec

index e4af23acef6f0656b74aedd1f7077711e447f6a7..2d168654a5d1873a31cb2f9922e05fe3d56caec8 100644 (file)
@@ -69,6 +69,10 @@ Requires:    systemd-units >= 38
 Suggests:      python-modules
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# -fPIC, included in default x32 cflags, crashes our GCC (4.9.2) on
+# one of opensips source files
+%define                filterout_c     -fPIC
+
 # mi_xmlrpc requires xmlrpc-c-devel in version 1.9 only
 # event_rabbitmq requires 'amqp.h'
 # cachedb_cassandra requires 'protocol/TBinaryProtocol.h'
This page took 0.146164 seconds and 4 git commands to generate.