ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FW: [Ltib] Build results for 20100408


From: Stuart Hughes
Subject: Re: FW: [Ltib] Build results for 20100408
Date: Fri, 09 Apr 2010 08:42:39 +0100
User-agent: Thunderbird 2.0.0.16 (X11/20080707)

Hi Kevin,

It looks good, please go ahead and check-in CVS/upload GPP.

Thanks, Stuart

Kevin Wells wrote:
> Hi Stuart,
> 
> The following changes should fix the build failures for the ARM variants of 
> the Microwindows builds.
> This will effect other ARM user's using Microwindows and it assumes the 
> target supports a standard
> frame buffer device. Since this is in the common area, I figured I better 
> post it here for comments.
> If everything looks good, I can push the changes up to CVS and the gpp.
> 
> Currently, some files in the Microwindows target build link against the host 
> machine static libraries.
> The only issue I noticed was a link against /usr/bin/libz. (I guess some of 
> the other files that
> link against host libraries don't actually use any functions in those 
> libraries). Changing to the
> target library seemed to work.
> 
> The patch was tested against the 3250 based platforms. Unfortunately, this 
> won't fix the ep93xx
> and imx31 build failures.
> --- dist/lfs-5.1/microwindows/microwindows.spec       2010-04-08 
> 11:36:29.985053422 -0700
> +++ dist/lfs-5.1/microwindows/microwindows.spec.new   2010-04-08 
> 11:36:09.964117843 -0700
> @@ -9,6 +9,7 @@
>  Packager        : Matt Waddel / Yu Liu
>  Group           : Applications/System
>  Source          : microwindows-full-0.91.tar.gz
> +Patch1               : microwindows-0.91-libz_fix.patch
>  BuildRoot       : %{_tmppath}/%{name}-%{version}
>  Prefix          : %{pfx}
>  
> @@ -23,9 +24,11 @@
>  
>  %Prep
>  %setup
> +%patch1 -p1
>  cd src
>  case "$LINTARCH" in
>      arm*)
> +     cp -v Configs/config.fb config
>          ;;
>      i386|i686)
>          ;;
> 
> This patch needs to go to the GPP and is against Microwindows code 
> (microwindows-0.91-libz_fix.patch).
> 
> diff -Naur microwindows-0.91-orig/src/Configs/config.fb 
> microwindows-0.91/src/Configs/config.fb
> --- microwindows-0.91-orig/src/Configs/config.fb      2010-04-08 
> 11:33:01.699929921 -0700
> +++ microwindows-0.91/src/Configs/config.fb   2010-04-08 11:33:31.960744473 
> -0700
> @@ -143,7 +143,7 @@
>  HAVE_PNG_SUPPORT         = N
>  INCPNG                   = .
>  LIBPNG                   = /usr/lib/libpng.a
> -LIBZ                     = /usr/lib/libz.a
> +LIBZ                     = -lz
>  
>  ####################################################################
>  # TIFF support through libtiff
> 
> thanks,
> Kevin
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]