26.07.2012 13:53, [email protected] kirjoitti:
> Author
>     tv

>       Log Message
> 
> build with -fPIC on x86_64 too (pok, mdv)

Why?


>       Modified Paths
> 
>   * rpm/rpm-setup/trunk/NEWS <#rpmrpmsetuptrunkNEWS>
>   * rpm/rpm-setup/trunk/rpmrc.in <#rpmrpmsetuptrunkrpmrcin>
> 
> Modified: rpm/rpm-setup/trunk/NEWS
> ===================================================================
> --- rpm/rpm-setup/trunk/NEWS  2012-07-26 10:37:09 UTC (rev 5220)
> +++ rpm/rpm-setup/trunk/NEWS  2012-07-26 10:53:42 UTC (rev 5221)
> @@ -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+
> 
> Modified: rpm/rpm-setup/trunk/rpmrc.in
> ===================================================================
> --- rpm/rpm-setup/trunk/rpmrc.in      2012-07-26 10:37:09 UTC (rev 5220)
> +++ rpm/rpm-setup/trunk/rpmrc.in      2012-07-26 10:53:42 UTC (rev 5221)
> @@ -14,9 +14,9 @@
>  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}

-- 
Anssi Hannula

Reply via email to