[gobolinux-devel] SymlinkProgram bug

Carlo Calica carlo at calica.com
Thu Feb 22 08:39:16 UTC 2007


This has been hitting me in the head for a few hours tonight.
Basically, SymlinkProgram only calls FixLibtoolLa for lib/*.la.  This
ignores *.la in subdirs of lib.  Pseudo patch:

(around line 227)
-            FixLibtoolLa *.la
+            find . -name '*.la' |xargs FixLibtoolLa


PS.  You still using Savannah for CVS?  May I commit directly or do
you want me to send patches until I get up to speed again.  Thanks.

-- 
Carlo J. Calica


More information about the gobolinux-devel mailing list