From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-September/018954.html | 131 ++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-September/018954.html (limited to 'zarb-ml/mageia-dev/2012-September/018954.html') diff --git a/zarb-ml/mageia-dev/2012-September/018954.html b/zarb-ml/mageia-dev/2012-September/018954.html new file mode 100644 index 000000000..ce3fe6621 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-September/018954.html @@ -0,0 +1,131 @@ + + + + [Mageia-dev] rpmrc [5221] build with -fPIC on x86_64 too (pok, mdv) + + + + + + + + + +

[Mageia-dev] rpmrc [5221] build with -fPIC on x86_64 too (pok, mdv)

+ Anssi Hannula + anssi at mageia.org +
+ Wed Sep 26 20:30:32 CEST 2012 +

+
+ +
26.07.2012 13:53, root at mageia.org 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
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1