i missed one...sorry

this is the diff



> Hi,
>
> hm, still failed for me in stage 0, cross build, … with ran lib on .so, …
> I now quickly work a rounded that my setting RANLIB=true (the console
> program returning true, …) for the Makefile, …
>
> Committed revision 42131.
>
> On Oct 23, 2013, at 12:21 , [email protected] wrote:
>
>> hi,
>>
>> this tcl version is a little stubborn because it tires to run ranlib on
>> a
>> shared library ( as far as i remember this is done only on static things
>> but..who am i to argue). anyway, the attached patch fixes tcl and allows
>> the dam thing to compile for desktop x86. i am sure you will find
>> mystical
>> ways to include it in other architectures if required.
>>
>> Enjoy,
>>
>> Iulian<fix-ranlib-for-so.patch>
>
> --
>  ExactCODE GmbH, Jaegerstr. 67, DE-10117 Berlin
>  http://exactcode.com | http://exactscan.com | http://ocrkit.com |
> http://t2-project.org | http://rene.rebe.de
>
>
--- pkgs/itcl4.0.0/Makefile.in.vanilla	2013-10-23 23:28:15.591650345 +0000
+++ pkgs/itcl4.0.0/Makefile.in	2013-10-23 23:28:54.467843121 +0000
@@ -236,7 +236,6 @@
 $(PKG_LIB_FILE): $(PKG_OBJECTS)
 	-rm -f $(PKG_LIB_FILE)
 	${MAKE_LIB}
-	$(RANLIB) $(PKG_LIB_FILE)
 
 $(PKG_STUB_LIB_FILE): $(PKG_STUB_OBJECTS)
 	-rm -f $(PKG_STUB_LIB_FILE)
----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to