Ralf S. Engelschall wrote:
i think, it miss 1 things an option to activate by default (patch protectonly.dif)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
>>>
%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 tarballi 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]
