[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] libtiff
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