]> git.pld-linux.org Git - packages/opensips.git/commitdiff
Revert "filterout -fPIC (used on x32 by default)" auto/th/opensips-2.1.0-0.3
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 30 Jul 2015 12:44:23 +0000 (14:44 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 30 Jul 2015 12:44:23 +0000 (14:44 +0200)
This reverts commit aa960914486af9b17d1bcde7c1489b8ebe030f85.

Dropping -fPIC doesn't help on x32 and it breaks x86_64.

opensips.spec

index 2d168654a5d1873a31cb2f9922e05fe3d56caec8..e4af23acef6f0656b74aedd1f7077711e447f6a7 100644 (file)
@@ -69,10 +69,6 @@ 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.149244 seconds and 4 git commands to generate.