diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-07-26 10:53:42 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-07-26 10:53:42 +0000 |
commit | c42396d71850838d79072d8030976fcf94bff14c (patch) | |
tree | c64435039f04b0a97787efdc0fee68c5c54d1ecb | |
parent | 57b71fb8c5035b612a035600602c9a30e89895a1 (diff) | |
download | rpm-setup-c42396d71850838d79072d8030976fcf94bff14c.tar rpm-setup-c42396d71850838d79072d8030976fcf94bff14c.tar.gz rpm-setup-c42396d71850838d79072d8030976fcf94bff14c.tar.bz2 rpm-setup-c42396d71850838d79072d8030976fcf94bff14c.tar.xz rpm-setup-c42396d71850838d79072d8030976fcf94bff14c.zip |
build with -fPIC on x86_64 too (pok, mdv)
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | rpmrc.in | 6 |
2 files changed, 5 insertions, 3 deletions
@@ -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+ @@ -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} |