summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-September/018954.html
blob: ce3fe662162c4c6c625433c7952fffe183190f88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
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>