summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-September/018954.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-September/018954.html')
-rw-r--r--zarb-ml/mageia-dev/2012-September/018954.html131
1 files changed, 131 insertions, 0 deletions
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] rpmrc [5221] build with -fPIC on x86_64 too (pok, mdv)
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20rpmrc%20%5B5221%5D%20build%20with%20-fPIC%20on%20x86_64%20too%20%28pok%2C%0A%09mdv%29&In-Reply-To=%3C506349C8.2070505%40mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="018953.html">
+ <LINK REL="Next" HREF="018957.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] rpmrc [5221] build with -fPIC on x86_64 too (pok, mdv)</H1>
+ <B>Anssi Hannula</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20rpmrc%20%5B5221%5D%20build%20with%20-fPIC%20on%20x86_64%20too%20%28pok%2C%0A%09mdv%29&In-Reply-To=%3C506349C8.2070505%40mageia.org%3E"
+ TITLE="[Mageia-dev] rpmrc [5221] build with -fPIC on x86_64 too (pok, mdv)">anssi at mageia.org
+ </A><BR>
+ <I>Wed Sep 26 20:30:32 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="018953.html">[Mageia-dev] wine [293158] disable 'fortify' to prevent crashes (mga#6723)
+</A></li>
+ <LI>Next message: <A HREF="018957.html">[Mageia-dev] rpmrc [5221] build with -fPIC on x86_64 too (pok, mdv)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#18954">[ date ]</a>
+ <a href="thread.html#18954">[ thread ]</a>
+ <a href="subject.html#18954">[ subject ]</a>
+ <a href="author.html#18954">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>26.07.2012 13:53, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A> kirjoitti:
+&gt;<i> Author
+</I>&gt;<i> tv
+</I>
+&gt;<i> Log Message
+</I>&gt;<i>
+</I>&gt;<i> build with -fPIC on x86_64 too (pok, mdv)
+</I>
+Why?
+
+
+&gt;<i> Modified Paths
+</I>&gt;<i>
+</I>&gt;<i> * rpm/rpm-setup/trunk/NEWS &lt;#rpmrpmsetuptrunkNEWS&gt;
+</I>&gt;<i> * rpm/rpm-setup/trunk/rpmrc.in &lt;#rpmrpmsetuptrunkrpmrcin&gt;
+</I>&gt;<i>
+</I>&gt;<i> Modified: rpm/rpm-setup/trunk/NEWS
+</I>&gt;<i> ===================================================================
+</I>&gt;<i> --- rpm/rpm-setup/trunk/NEWS 2012-07-26 10:37:09 UTC (rev 5220)
+</I>&gt;<i> +++ rpm/rpm-setup/trunk/NEWS 2012-07-26 10:53:42 UTC (rev 5221)
+</I>&gt;<i> @@ -1,3 +1,5 @@
+</I>&gt;<i> +- build with -fPIC on x86_64 too (pok, mdv)
+</I>&gt;<i> +
+</I>&gt;<i> Version 1.149.1 - 25 Jul 2012, by Thierry Vignaud
+</I>&gt;<i> - merge patches from package repository:
+</I>&gt;<i> o fix build with rpm-4.9+
+</I>&gt;<i>
+</I>&gt;<i> Modified: rpm/rpm-setup/trunk/rpmrc.in
+</I>&gt;<i> ===================================================================
+</I>&gt;<i> --- rpm/rpm-setup/trunk/rpmrc.in 2012-07-26 10:37:09 UTC (rev 5220)
+</I>&gt;<i> +++ rpm/rpm-setup/trunk/rpmrc.in 2012-07-26 10:53:42 UTC (rev 5221)
+</I>&gt;<i> @@ -14,9 +14,9 @@
+</I>&gt;<i> optflags: pentium3 %{__common_cflags_with_ssp} -fomit-frame-pointer -march=pentium3 -fasynchronous-unwind-tables
+</I>&gt;<i> optflags: pentium4 %{__common_cflags_with_ssp} -fomit-frame-pointer -march=pentium4 -fasynchronous-unwind-tables
+</I>&gt;<i>
+</I>&gt;<i> -optflags: x86_64 %{__common_cflags_with_ssp}
+</I>&gt;<i> -optflags: amd64 %{__common_cflags_with_ssp}
+</I>&gt;<i> -optflags: ia32e %{__common_cflags_with_ssp}
+</I>&gt;<i> +optflags: x86_64 %{__common_cflags_with_ssp} -fPIC
+</I>&gt;<i> +optflags: amd64 %{__common_cflags_with_ssp} -fPIC
+</I>&gt;<i> +optflags: ia32e %{__common_cflags_with_ssp} -fPIC
+</I>&gt;<i>
+</I>&gt;<i> optflags: ia64 %{__common_cflags}
+</I>
+--
+Anssi Hannula
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="018953.html">[Mageia-dev] wine [293158] disable 'fortify' to prevent crashes (mga#6723)
+</A></li>
+ <LI>Next message: <A HREF="018957.html">[Mageia-dev] rpmrc [5221] build with -fPIC on x86_64 too (pok, mdv)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#18954">[ date ]</a>
+ <a href="thread.html#18954">[ thread ]</a>
+ <a href="subject.html#18954">[ subject ]</a>
+ <a href="author.html#18954">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>