From c42396d71850838d79072d8030976fcf94bff14c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 26 Jul 2012 10:53:42 +0000 Subject: build with -fPIC on x86_64 too (pok, mdv) --- NEWS | 2 ++ rpmrc.in | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index fb5628a..85db6c5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- build with -fPIC on x86_64 too (pok, mdv) + Version 1.149.1 - 25 Jul 2012, by Thierry Vignaud - merge patches from package repository: o fix build with rpm-4.9+ diff --git a/rpmrc.in b/rpmrc.in index 236c649..303e7ed 100644 --- a/rpmrc.in +++ b/rpmrc.in @@ -14,9 +14,9 @@ optflags: athlon %{__common_cflags_with_ssp} -fomit-frame-pointer -march=athlon optflags: pentium3 %{__common_cflags_with_ssp} -fomit-frame-pointer -march=pentium3 -fasynchronous-unwind-tables optflags: pentium4 %{__common_cflags_with_ssp} -fomit-frame-pointer -march=pentium4 -fasynchronous-unwind-tables -optflags: x86_64 %{__common_cflags_with_ssp} -optflags: amd64 %{__common_cflags_with_ssp} -optflags: ia32e %{__common_cflags_with_ssp} +optflags: x86_64 %{__common_cflags_with_ssp} -fPIC +optflags: amd64 %{__common_cflags_with_ssp} -fPIC +optflags: ia32e %{__common_cflags_with_ssp} -fPIC optflags: ia64 %{__common_cflags} -- cgit v1.2.1