Ralf S. Engelschall wrote:
Ok, I've looked at this and it looks like a reasonable optional
addition to our GCC package. I've integrated it now (see
http://cvs.openpkg.org/chngview?cn=10135 for details), but in a
i think, it miss 1 things an option to activate by default (patch protectonly.dif)
>>>
%if "%{with_spp}" == "yes"
( cd gcc
%{l_gzip} -d -c %{SOURCE protector-%{version}-%{V_spp}.tar.gz} | %{l_tar} xf -
- %{l_patch} -p1 <protector.dif )
+ %{l_patch} -p1 <protector.dif
+%if "%{with_spp_def}" == "yes"
+ %{l_patch} -p1 <protectonly.dif
+%endif
+ )
%endif
<<<


little bit different way. I've mainly directly use the vendor tarball
i want to do that, but not sure about how to handle it in the correct openpkg manner :)


one last question, would it be seen in gcc32/gcc33 spec file ?



Regards


Julien

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [EMAIL PROTECTED]

Reply via email to