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

Re: [MiNT] libtiff



On Mon, Jun 21, 2010 at 9:13 PM, Peter Slegg <p.slegg@scubadivers.co.uk> wrote:
> One of the sparemint patches for libtiff is this:
>
> --- tiff-v3.5.5/port/install.sh.in      Thu May 18 18:40:04 2000
> +++ tiff-v3.5.5/port/install.sh.in      Thu May 18 18:40:26 2000
> @@ -92,6 +92,7 @@
>  VERBOSE=":"
>  STRIP="@STRIP@"
>  CMP=cmp
> +ROOT=$RPM_BUILD_ROOT
>
>  TARGETS=
>  while [ x"$1" != x ]
>
> In the 3.9.4 there is no file called /port/install.sh.in
>
> I think it is there to fix the buildroot problem I am seeing.
> The lib is building but I am not sure where. It is not building
> in /var/tmp/usr...  as expected.
>
> The question is, which file should I patch to get the same result ?
>
> Makefile.in has the line STRIP = @STRIP@
>
>
> Regards,
> Peter
>
did you solve this problem yet.

(most) .in files are prefills for the ./configure process, which will
generate (in this case) install.sh, according to your systems specs

Paul