--- elwix/pkg/pkg.info 2012/03/21 17:20:34 1.1.2.1 +++ elwix/pkg/pkg.info 2012/10/12 08:22:49 1.2 @@ -1,7 +1,13 @@ -# $Id: pkg.info,v 1.1.2.1 2012/03/21 17:20:34 misho Exp $ +# $Id: pkg.info,v 1.2 2012/10/12 08:22:49 misho Exp $ # # Helper file with hints for ELWIX packages and pkgsrc # + +cross-compile of pkgsrc:: +By default build_pkgsrc.sh compile packages with full forced cross compiler. +If you wish made packages with native FreeBSD cross compiler, create symlink to build_pkgsrc.sh like this:: + ln -s build_pkgsrc.sh build_pkgsrc_native.sh + perl-cross:: # Go to lang/perl5/Makefile and replace [CONFIGURE_ARGS+= -sde with -s]