Hi Victor,

On 06/07/10 14:48, [email protected] wrote:
-       find $PKG -type f -name '*.la' -exec sed "s|$CLFS||g" -i {} \;
+       find $PKG -type f -name '*.la' -exec sed -e "s|$CLFS||g" -e 
"s|$CROSTOOLS/$CTARGET|/usr|g" -i {} \;
  }

  check_footprint() {
good! +1
this patch is required to avoid this situations on the target device that could break native compilations:

$ grep -i crosstools /usr/lib/libgmpxx.la
dependency_libs=' /usr/lib/libgmp.la 
/devel/crux-arm/toolchain-noeabi/crosstools/arm-crux-linux-gnu/lib/libstdc++.la'

and IMHO this causes to postpone RC5, so we need to regenerate at least all 
core packages to cleanup their .la files

Best regards,

--
Jose V Beneyto | http://sepen.mine.nu/

_______________________________________________
crux-arm mailing list
[email protected]
http://crux-arm.nu/mailman/listinfo/crux-arm

Reply via email to